{% extends "base.html" %} {% load wagtailcore_tags %} {% block body_class %}helvetica{% endblock %} {% block content %} {{ page.title }} {% for post in blogpages %} {% with post=post.specific %} {{ post.title }} {{ post.intro }} By {{ post.owner }} {{ post.date|date }} {% endwith %} {% endfor %} {% endblock %}
{{ post.intro }}
By {{ post.owner }}