oef/templates/error.html.tpl
2019-11-13 15:54:17 +01:00

10 lines
115 B
Smarty

{{ define "content" }}
<div class="container">
<h1>Errore</h1>
<p>
{{.Data}}
</p>
</div>
{{ end }}