{% import "post_macros.html" as post_macros %} {% block title -%} {% if config.extra.subtitle %} {{ config.title }} | {{ config.extra.subtitle }} {% else %} {{ config.title }} {% endif %} {%- endblock title %} {% block description -%} {% if config.description -%} {%- endif %} {%- endblock description %} {% block meta -%} {%- endblock meta %} {% block js -%} {% if config.extra.instantpage_enable -%} {%- endif %} {%- endblock js %} {% block css -%} {%- endblock css %} {% if config.generate_feed -%} {%- endif %} {% if config.extra.katex_enable -%} {%- endif %} {% block extra_head -%} {%- endblock extra_head %} {% block header -%} {%- endblock header %}
{% block content -%} {% for page in paginator.pages %}
{{ post_macros::title(page=page) }}
{% if page.summary -%} {{ page.summary | safe }} {% else %} {{ page.content | striptags | truncate(length=280) | safe }} {%- endif %}
Read more...
{% endfor %} {%- endblock content %} {% block webring -%} {%- endblock webring %}
{% if config.extra.analytics -%} {%- endif %}