artemis/titles/ongeki/frontend/ongeki_index.jinja

8 lines
141 B
Plaintext
Raw Normal View History

2023-08-27 18:18:56 +00:00
{% extends "core/frontend/index.jinja" %}
{% block content %}
2023-08-27 18:40:09 +00:00
<br>
<br>
<br>
<h1>{{ title }}</h1>
Version: {{version}}
2023-08-27 18:18:56 +00:00
{% endblock content %}