{% extends "base.html" %} {% load wagtailcore_tags %} {% block body_class %}helvetica{% endblock %} {% block content %}

{{ page.title }}

{% for post in page.get_children %}

{{ post.title }}

{{ post.specific.intro }}

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

By {{ post.owner }}

{% endfor %}
{% endblock %}