---
layout: default
---
<article>
  <section class="header">
    {{ site.t.posted_on[page.lang] }}
    {% include i18n-date.html date=page.date %}
  </section>
  {% if page.updated_at %}
    <section class="header">
      {{ site.t.updated_at[page.lang] }}
      {% include i18n-date.html date=page.updated_at %}
    </section>
  {% endif %}
  <section>
    {{ content }}
  </section>
  <section class="post-footer">
    <p>
      {% include public-inbox.html %}
    </p>
  </section>
</article>