{%- if web_title %}
{{ web_title.strip('\n') }} - {{ _c('site.name') }}
{%- elif page %}
{{ page.title.strip('\n') }} - {{ _c('site.name') }}
{%- elif post %}
{{ post.title.strip('\n') }} - {{ _c('site.name') }}
{%- elif posts and list_id > 1 %}
{{ _g('Page {0}', list_id) }} - {{ _c('site.name') }}
{%- else %}
{{ _c('site.name') }}
{%- endif %}
{%- for css in _c('static.css') %}
{%- endfor %} {% include 'header.html' %} {%- block body %} {%- endblock %} {% include 'footer.html' %} {%- for js in _c('static.js') %} {%- endfor %}