undo template no escape

This commit is contained in:
tsmethurst 2021-07-08 15:10:09 +02:00
commit fab2c6bd2d

View file

@ -9,7 +9,7 @@
<h3>This is the default landing page, you can edit it from <span class="accent">./web/template/index.tmpl</span></h1> <h3>This is the default landing page, you can edit it from <span class="accent">./web/template/index.tmpl</span></h1>
<p> <p>
{{.instance.ShortDescription | noescape}} {{.instance.ShortDescription}}
</p> </p>
</section> </section>