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