{% extends "base.html" %}
{% load wagtailcore_tags wagtailimages_tags %}
{% block body_class %}template-projectpage{% endblock %}
{% block content %}
{% include 'common/header.html' with page=page %}
Updated: {{ page.date|datetime }}