{% extends "base.html" %} {% block content %}
{% for unit in page.units %}

{{ unit.title }}

{{ unit.time|displaytime("%A, %d %B %Y") }} | {{ unit.categories|taglist }}

{{ unit.content|striptags|truncate(length=400, end='...') }} (more) {{ engine }}
{% if not loop.last %}
{% endif %} {% endfor %}
{% if page.permalink_prev or page.permalink_next %}
{% endif %} {% if page.permalink_prev %} {% endif %} {% if page.permalink_next %} {% endif %} {% if page.permalink_prev or page.permalink_next %}
{% endif %} {% endblock %}