{% extends "base.html" %} {% load wagtailcore_tags %} {% block content %} {% if request.GET.tag %} Showing pages tagged "{{ request.GET.tag }}" {% endif %} {% for blogpage in blogpages %} {{ blogpage.title }} Revised: {{ blogpage.latest_revision_created_at }} {% empty %} No pages found with that tag. {% endfor %} {% endblock %}
{{ blogpage.title }} Revised: {{ blogpage.latest_revision_created_at }}