{{ content.title }} {% if content.published_at %} {{ content.published_at | format_date }} {% endif %} {% if content.author %} · {{ content.author.username }} {% endif %} {% if content.metadata.reading_time_minutes %} · {{ content.metadata.reading_time_minutes }} min read {% endif %} {% if content.tags | length > 0 %} {% for tag in content.tags %} {{ tag.name }} {% endfor %} {% endif %} {{ content.body_html | safe }} {% if series_nav %} Part {{ series_nav.current_position + 1 }} of {{ series_nav.total_items }} in {{ series_nav.series.title }} {% if series_nav.prev %} ← Previous {{ series_nav.prev.title }} {% else %} {% endif %} {% if series_nav.next %} Next → {{ series_nav.next.title }} {% endif %} {% endif %}