1
0
mirror of synced 2024-12-19 00:35:52 +01:00
artemis/core/templates/arcade/index.jinja

4 lines
112 B
Plaintext
Raw Normal View History

{% extends "core/templates/index.jinja" %}
2023-07-24 04:21:49 +02:00
{% block content %}
<h1>{{ arcade.name }}</h1>
{% endblock content %}