planblog/layouts/404.html
Keichi Takahashi f76f6f9526 Initial commit
2015-02-03 15:21:35 +09:00

8 lines
142 B
HTML

{{ partial "header.html" . }}
<section class="not-found">
<h1>404</h1>
That page doesn't exist!
</section>
{{ partial "footer.html" . }}