{% extends "templates/web.html" %}

{% block header %}
	<h1> About </h1>
{% endblock %}

{% block page_content %}

<p class="post-description"> {{ intro }} </p>

{% endblock %}