{% if prev_post or next_post %} {% if prev_post %} ← Previous Post {% else %} {% endif %} {% if next_post %} Next Post → {% endif %} {% endif %} {{ post.title }}{% if post.draft %} 🚧{% endif %} {% if post.date %} {{ post.date|format_date }} {% endif %} {% if with_read_time %} {{ post.reading_time }} min read {% endif %} {% if post.category %} {{ post.category }} {% endif %} {{ post.html_content|safe }} {% if post.tags %} {% for tag, safe_tag in post.sorted_tag_pairs() %} {{ tag }} {% endfor %} {% endif %} {% if prev_post or next_post %} {% if prev_post %} ← Previous Post {% else %} {% endif %} {% if next_post %} Next Post → {% endif %} {% endif %}