forked from orson/bachemap
8 lines
162 B
HTML
8 lines
162 B
HTML
|
|
{% extends 'secondbase.html' %}
|
||
|
|
{% block content %}
|
||
|
|
<section>
|
||
|
|
{% if message %}
|
||
|
|
<h1>{{message}}</h1>
|
||
|
|
{% endif %}
|
||
|
|
</section>
|
||
|
|
{% endblock %}
|