geki version display

This commit is contained in:
2023-08-28 03:40:09 +09:00
parent 2a52e391d6
commit 5cccc9224a
2 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,8 @@
{% extends "core/frontend/index.jinja" %}
{% block content %}
<h1>O.N.G.E.K.I.</h1>
<br>
<br>
<br>
<h1>{{ title }}</h1>
Version: {{version}}
{% endblock content %}