{% extends 'base.html' %}
{% block content %}
<section>
{% if message %}
<h1>{{message}}</h1>
{% endif %}
</section>
{% endblock %}
Powered by sweat, tears and kernel panics.