aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/debug_footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/debug_footer.html')
-rw-r--r--templates/web/default/debug_footer.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/web/default/debug_footer.html b/templates/web/default/debug_footer.html
new file mode 100644
index 000000000..d2829575b
--- /dev/null
+++ b/templates/web/default/debug_footer.html
@@ -0,0 +1,9 @@
+[% IF c.config.STAGING_SITE %]
+<hr clear="both">
+<ul>
+ <li>cobrand.moniker: [% c.cobrand.moniker %]</li>
+ <li>additional_template_paths: [% additional_template_paths.join(', ') || '--empty--' %]</li>
+ <li>lang_code: [% lang_code %]</li>
+</ul>
+[% END %]
+