This repository has been archived on 2023-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
PyNyaaTa/pynyaata/templates/index.html.j2
2023-01-02 00:44:48 +01:00

9 lines
244 B
Django/Jinja

{% extends "layout.html.j2" %}
{% block body %}
<section class="hero is-fullheight-with-navbar">
<div class="hero-body m-auto">
<p class="title">{{ _("π😼た") }}</p>
</div>
</section>
{% endblock body %}