diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-05-11 15:04:17 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-05-11 15:04:17 +0100 |
| commit | 92717f31dd94ad1c763641a397305de9bc143df9 (patch) | |
| tree | 3ff4f1fbfbd0f2b1490c46905b959e75dacbaafa /app/templates/base.html | |
| parent | 5424f0aa3499ef9cad33ebad4db055860b8000c8 (diff) | |
| download | cheatdb-92717f31dd94ad1c763641a397305de9bc143df9.tar.xz | |
Add VCS import from Github
Diffstat (limited to 'app/templates/base.html')
| -rw-r--r-- | app/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/templates/base.html b/app/templates/base.html index 07131de..0ab87b4 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -7,6 +7,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{% block title %}title{% endblock %} - {{ config.USER_APP_NAME }}</title> <link rel="stylesheet" type="text/css" href="/static/main.css"> + {% block headextra %}{% endblock %} </head> <body> |
