12 lines
112 B
Smarty
12 lines
112 B
Smarty
|
{{ define "content" }}
|
||
|
|
||
|
<div class="container">
|
||
|
|
||
|
<h1>Errore</h1>
|
||
|
<p>
|
||
|
{{.}}
|
||
|
</p>
|
||
|
|
||
|
</div>
|
||
|
{{ end }}
|