oef/templates/error.html.tpl
2019-11-04 15:00:46 +01:00

11 lines
112 B
Smarty

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