1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-05-06 12:47:45 +00:00
kawari/resources/templates/web.html

9 lines
191 B
HTML

{% extends "web_base.html" %}
{% block title %}Kawari{% endblock %}
{% block webbody %}
<section class="py-5 text-center container">
<p>Welcome to Kawari!</p>
</section>
{% endblock %}