{% if page.layout == "post" %}{{page.title}} | {{ i18n.blog_title }}{% elsif page.title %}{{page.title}} | {{ i18n.site_title }}{% elsif page.id %}{{ i18n[page.id] }} | {{ i18n.site_title }}{% else %}{{ i18n.site_title }}{% endif %}
{% for stylesheet in page.stylesheets %}
{% endfor %}
{% include debug/url.html url=page.url %}
{% include debug/todo.html content=page.content %}
{% include news.html %}
{% include navigation.html %}
{{content}}
{% include footer.html %}
{% include i18n-as-script.html %}
{% for script in layout.scripts %}
{% endfor %}
{% for script in page.scripts %}
{% endfor %}