5 lines
85 B
HTML
5 lines
85 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block body %}
|
||
|
<h3>{{ message }}</h3>
|
||
|
{% endblock %}
|