diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-05-30 17:01:38 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-05-30 17:01:38 +0200 |
commit | e52226c05fb54dfe41c9bc5ebc6ce1b7ded7e1fe (patch) | |
tree | 9b067f810dfb9cbe6e7aabf2f7c88c77fc306531 /templates/config.qtpl | |
parent | 242ba7f412d4e54f21385afff3f2b884f57f6ced (diff) | |
download | cerrado-e52226c05fb54dfe41c9bc5ebc6ce1b7ded7e1fe.tar.gz cerrado-e52226c05fb54dfe41c9bc5ebc6ce1b7ded7e1fe.tar.bz2 cerrado-e52226c05fb54dfe41c9bc5ebc6ce1b7ded7e1fe.zip |
feat: Add initial git item page
Diffstat (limited to 'templates/config.qtpl')
-rw-r--r-- | templates/config.qtpl | 3 |
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() %} |