blob: 4314ca285b501cf916c20962b83fb48a0088c208 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
---
layout: default
---
<article>
<section class="header">
Posted on {% include i18n-date.html date=page.date %}
</section>
<section>
{{ content }}
</section>
</article>
|