summaryrefslogtreecommitdiff
path: root/themes/new_theme/layouts/404.html
blob: 59a1ebfaadcc7eb9ccb47645773b10e7f6517278 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{ partial "header.html" . }}

<div class="main-content content" role="main" itemprop="mainContentOfPage">
	<article class="post">
		<header class="post__header clearfix">
			<h1 class="post__title">{{ .Title }}</h1>
		</header>
		<div class="post__content clearfix">
			Page not found..
		</div>
	</article>
</div>

{{ partial "sidebar.html" . }}
{{ partial "footer.html" . }}