Initial commit
This commit is contained in:
15
templates/base.html
Normal file
15
templates/base.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{% block title %}Django Auth{% endblock %}</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user