binario/layouts/404.html

9 lines
303 B
HTML
Raw Normal View History

2018-05-23 09:55:29 +00:00
{{ partial "header.html" . }}
<div class="main">
<div class="page404 block center">
<h1 class="page404__title">{{ T "page404_title" }}</h1>
<p class="page404__lead">{{ T "page404_lead" }}</p>
<a class="page404__link" href="">{{ T "page404_link" }}</a>
</div>
</div>
{{ partial "footer.html" . }}