c3space-website/cms/templates/index.html

7 lines
116 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>Chaos Space Operation Center</h1>
{{text['*']}}
{% endblock %}