aboutsummaryrefslogtreecommitdiff
path: root/templates/config.qtpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/config.qtpl')
-rw-r--r--templates/config.qtpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/config.qtpl b/templates/config.qtpl
index c5146b8..b3df50e 100644
--- a/templates/config.qtpl
+++ b/templates/config.qtpl
@@ -9,7 +9,10 @@ type ConfigPage struct {
{% func (p *ConfigPage) Navbar() %}{%= Navbar(Config) %}{% endfunc %}
{% func (p *ConfigPage) Content() %}
+<p>This is the configuration that is currently loaded</p>
+<div class="code-view">
{%z= p.Body %}
+</div>
{% endfunc %}
{% func (p *ConfigPage) Script() %}