File size: 218 Bytes
8311f5b
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
{% extends "components/_base.html" %}

{% block page_content %}
<section class="col-8 text-white">
    <div class="col-12 text-center">
        <h1> {{ message }}</h1>
        <br>
    </div>
</section>
{% endblock %}