--- --- {% include head.html %} {% include header.html %}
{% if page.image %}
Article Image
Article Image
{% else %}

{% endif %} {% if page.showtoc == "no" %}
{{content}}
{% else %}
{% include toc.html html=content %}
{{content}}
{% endif %}
{% include footer_navigation.html %} {% include javascripts.html %}