From e52226c05fb54dfe41c9bc5ebc6ce1b7ded7e1fe Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Thu, 30 May 2024 17:01:38 +0200 Subject: feat: Add initial git item page --- templates/config.qtpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/config.qtpl') 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() %} +

This is the configuration that is currently loaded

+
{%z= p.Body %} +
{% endfunc %} {% func (p *ConfigPage) Script() %} -- cgit v1.2.3