django-mellon/tests/templates/base.html

7 lines
73 B
HTML

<html>
<body>
{% block content %}
{% endblock %}
</body>
</html>