10 lignes
280 o
HTML
10 lignes
280 o
HTML
|
{{ extends "layouts/index_site" }}
|
||
|
{{block title()}}{{ T("err_no_results")}}{{end}}
|
||
|
{{block content_body()}}
|
||
|
<div style="text-align: center;">
|
||
|
<h1>{{ T("err_no_results")}}</h1>
|
||
|
<img src="/img/no_results.jpg" />
|
||
|
</div>
|
||
|
{{end}}
|
||
|
{{block mascot()}}<br>{{end}}
|