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

9 lines
244 B
Plaintext
Raw Normal View History

2023-01-01 11:13:32 +00:00
{% extends "layout.html.j2" %}
{% block body %}
2023-01-01 23:44:48 +00:00
<section class="hero is-fullheight-with-navbar">
<div class="hero-body m-auto">
<p class="title">{{ _("π😼た") }}</p>
</div>
</section>
2023-01-01 11:13:32 +00:00
{% endblock body %}