diff options
Diffstat (limited to 'templates/expobase.html')
-rw-r--r-- | templates/expobase.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/expobase.html b/templates/expobase.html index 689bd66..1e9c7da 100644 --- a/templates/expobase.html +++ b/templates/expobase.html @@ -1,6 +1,7 @@ +<!DOCTYPE html> <!-- expobase.html - this text visible because this template has been included --> {% autoescape off %} -<html> +<html lang="en"> <head> <script>document.interestCohort = null;</script> <!-- Turn off Google FLoC --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> @@ -9,6 +10,9 @@ {% block extrahead %}{% endblock %} </head> <body {% block bodyattrs %}{% endblock %}> +{% if troggle %} +{% include 'troggletoolbar.html' %} +{% endif %} {% block body %}{% endblock %} </body> </html> |