oef/templates/error.html.tpl

12 lines
112 B
Smarty
Raw Normal View History

2019-11-04 15:00:46 +01:00
{{ define "content" }}
<div class="container">
<h1>Errore</h1>
<p>
{{.}}
</p>
</div>
{{ end }}