planet-wars/backend/templates/index.html.tera
2020-03-25 22:14:26 +01:00

12 lines
138 B
Plaintext

{% extends "base" %}
{% block content %}
<h1>Hello {{ name }}!</h1>
{% if maps %}
{% include "maps" %}
{% endif %}
{% endblock %}