9 lignes
298 o
HTML
9 lignes
298 o
HTML
|
{{ extends "layouts/index_site" }}
|
||
|
{{block title()}}{{ T("err_no_torrent_file")}}{{end}}
|
||
|
{{block content_body()}}
|
||
|
<div style="text-align: center;">
|
||
|
<h1>{{ T("err_no_torrent_file")}}</h1>
|
||
|
<img src="/img/no_torrent_file.jpg" alt="No torrent file"/>
|
||
|
</div>
|
||
|
{{end}} {{block mascot()}}<br />{{end}}
|