oef/templates/error.html.tpl

11 lines
115 B
Smarty
Raw Permalink Normal View History

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