2019-12-02 13:22:45 +01:00

13 lines
180 B
HTML

{% extends "base.html" %}
{% block content %}
This is just the about page
{% endblock %}
{% block footer %}
{{ super() }}
You really should read this!
{{ poop }}
{% endblock %}