diff options
Diffstat (limited to 'base.html')
-rw-r--r-- | base.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ +<!DOCTYPE html> <html> <head> <title>{% block title %}{% endblock %}</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="{{ urlroot|e }}/style.css"> <link rel="icon" type="image/vnd.microsoft.icon" href="{{ urlroot|e }}/favicon.ico"> {% block header %}{% endblock %} |