diff options
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/layouts')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/layouts/content.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/layouts/content.html b/juick-www/src/main/webapp/WEB-INF/layouts/content.html index 76662b5d..00614579 100644 --- a/juick-www/src/main/webapp/WEB-INF/layouts/content.html +++ b/juick-www/src/main/webapp/WEB-INF/layouts/content.html @@ -6,9 +6,9 @@ <script type="text/javascript" src="/scripts.js"></script> <link rel="stylesheet" type="text/css" href="/style.css" /> {% block headers %} - {{ headers | raw }} + {{ headers | default('') | raw }} {% endblock %} - <title>{{ title }}</title> + <title>{{ title | default('Juick') }}</title> <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" /> <link rel="icon" href="//i.juick.com/favicon.png" /> </head> |