--- layout: theme:default ---
{% assign title = (page.linkpost ? page.title_link : page.title_html) %}

{{ title }}

{% if page.subtitle %}

{{ page.subtitle }}

{% endif %} {% yield header %}
{% include theme:post_meta.html | join_lines %}
{{ content }}
{% include theme:social/sharing.html | join_lines %}
{% include theme:post_nav.html %} {% wrap include theme:social/comments.html if theme.comments and page.comments != false %}
{{ yield }}
{% endwrap %}