{% include head.html %}
{% include header.html %}
{% include sidebar.html %}
{% if page.url == '/' %} {% comment %} Homepage {% endcomment %}
{{content}}
{% else %} {% comment %} Regular page, not homepage {% endcomment %} {% if page.url contains 'widgets/' %}
{% else %}
{% endif %}
{{content}} {% if page.comment != false %}
留言
{% endif %}
{% endif %}
{% include footer.html %} {% if page.comment!=false %}
{% endif %}