Import initial working prototype
This commit is contained in:
14
templates/base.html
Normal file
14
templates/base.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{% block head %}
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||
<title>{{title}}</title>
|
||||
{% endblock head %}
|
||||
</head>
|
||||
<body>
|
||||
{% block main %}
|
||||
{% endblock main %}
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user