c3space-website/cms/templates/index.html

7 lines
116 B
HTML
Raw Permalink Normal View History

2017-12-20 13:50:03 +01:00
{% extends "base.html" %}
2017-11-29 20:11:12 +01:00
2017-12-20 13:50:03 +01:00
{% block content %}
<h1>Chaos Space Operation Center</h1>
{{text['*']}}
{% endblock %}