django-gssapi/sample/sample/templates/base.html

8 lines
93 B
HTML

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