{% extends "base.html" %} {% block title %}{{super()}}| {{title}} {% endblock %} {% block content %} {% include "components/page_title.html" %} {% for post in pages %}
on {{ post.date }}