13 lines
180 B
HTML
Raw Normal View History

2019-11-26 14:50:43 -08:00
{% extends "base.html" %}
{% block content %}
This is just the about page
{% endblock %}
{% block footer %}
{{ super() }}
You really should read this!
{{ poop }}
{% endblock %}