django-mellon/tests/templates/base.html

7 lines
73 B
HTML
Raw Permalink Normal View History

2016-03-11 16:46:49 +01:00
<html>
<body>
{% block content %}
{% endblock %}
</body>
</html>