{% include head.html %}
{% include header/header-{{ page.lang }}.html %} {% include blog/posts-menu.md %}
{% if page.title %}

{{page.title}}

{% endif %} {% if page.sub_title %}

{{page.sub_title}}

{% endif %}
{% if page.author %}
By {{page.author}}
{% endif %}
{{page.date| date: "%d %b %Y" }}
{{ content }}
{% include footer/footer-{{ page.lang }}.html %}