site-2015/templates/index.html
2015-07-09 17:37:26 -04:00

8 lines
85 B
HTML

{% extends 'template.html' %}
{% block content %}
<h1>Conjure</h1>
{% endblock %}