4 lines
84 B
HTML
4 lines
84 B
HTML
{% extends "index.html" %}
|
|
{% block content %}
|
|
<h2>{{ message }}</h2>
|
|
{% endblock %} |