Files
forgetmenot-django/forgetmenot/templates/base.html
2021-03-17 22:00:44 -05:00

9 lines
125 B
HTML

<html>
<head>
<title>Forget me not</title>
</head>
<body>
{% block content %} {% endblock %}
</body>
</html>