blob: 6592f7a2e5ca70669a8959719262a652707a57a5 [file] [log] [blame]
{% extends "templates/web.html" %}
{% block header %}
<h1> About </h1>
{% endblock %}
{% block page_content %}
<p class="post-description"> {{ intro }} </p>
{% endblock %}