1
0
mirror of synced 2024-12-19 08:45:53 +01:00
artemis/titles/ongeki/frontend/ongeki_index.jinja

8 lines
141 B
Plaintext
Raw Normal View History

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