mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
4 lines
91 B
HTML
4 lines
91 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<h1 class="text-center"></h1>
|
|
{% endblock %}
|