diff options
Diffstat (limited to 'templates/layout.jinja')
-rw-r--r-- | templates/layout.jinja | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.jinja b/templates/layout.jinja index dcddc33..cce472b 100644 --- a/templates/layout.jinja +++ b/templates/layout.jinja @@ -14,7 +14,7 @@ <link href="{{ "css/style.css" | static_url }}" rel="stylesheet" type="text/css"> {% endblock %} </head> - + {% if config['DEBUG'] %}<!-- {{ request.environ | safe }} -->{% endif %} <body> <div id="wrapper"> <div id="logo"> |