{% extends 'base.html' %} {% block title %}postmarketOS Blog{% endblock %} {% block body %} Blog Posts {% for post in posts %} {{ post.date.strftime('%B %d, %Y') }} ({{ post.reading_time }} min) {{ post.title }} {% endfor %} {% endblock %}