diff options
Diffstat (limited to 'base.html')
-rw-r--r-- | base.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ <html> <head> <title>{% block title %}{% endblock %}</title> + <link rel="stylesheet" type="text/css" href="{{ urlroot|e }}/style.css"> {% block header %}{% endblock %} </head> <body> |