django-mellon/tests/templates/theme.html

8 lines
95 B
HTML

<html>
<body>
<p>Theme is ok</p>
{% block content %}
{% endblock %}
</body>
</html>