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.
auf-auf-django-secretquestions/secretquestions/templates/base.html

7 lines
89 B
HTML

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