hugo/docs/layouts/404.html

6 lines
116 B
HTML
Raw Normal View History

2016-07-13 22:01:06 +00:00
{{ partial "header.html" . }}
<div class="col-lg-8 col-md-12">
Page Not Found.
</div>
{{ partial "footer.html" . }}