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

{{ unit.title }}

{{ unit.display_time }} | {{ unit.tags|catlist }}

{{ 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 %}