{% 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 }}

Photo of a dimly lit room with a computer interface terminal.

By {{ post.owner }}

{% endwith %} {% endfor %}
{% endblock %}