This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
django-kerberos/sample/sample/templates/base.html

8 lines
93 B
HTML

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