5 lines
82 B
HTML
5 lines
82 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h2>{{message}}</h2>
|
|
{% endblock %} |