This repository has been archived on 2025-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
trantor/templates/404.html
2020-03-23 19:13:58 +00:00

12 lines
192 B
HTML

{{template "header.html" .S}}
<div class="row">
<div class="span10 offset1">
<h4>Page not found</h4>
<p>
The requested page don't exist.
</p>
</div>
</div>
{{template "footer.html" .S}}