2020-01-12 14:14:15 +01:00
|
|
|
{{ partial "head" . }}
|
|
|
|
{{ partial "header" . }}
|
|
|
|
|
|
|
|
<div id="container">
|
2020-01-12 21:05:46 +01:00
|
|
|
<div class="outer">
|
2020-01-12 14:14:15 +01:00
|
|
|
{{ partial "profile" . }}
|
|
|
|
<section id="main">
|
2020-01-12 21:05:46 +01:00
|
|
|
<article class="article article-type-post" itemscope="" itemprop="blogPost">
|
|
|
|
<div class="article-inner">
|
|
|
|
<div class="article-entry" itemprop="articleBody">
|
|
|
|
<p>
|
2020-02-09 12:20:47 +01:00
|
|
|
<center>
|
|
|
|
<h1>
|
|
|
|
{{with .Site.Data.l10n.page_not_found.title}}{{.}}{{end}}
|
|
|
|
</h1>
|
|
|
|
<h3>
|
|
|
|
{{with .Site.Data.l10n.page_not_found.subtitle}}{{.}}{{end}}
|
|
|
|
</h3>
|
|
|
|
</center>
|
2020-01-12 21:05:46 +01:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</article>
|
2020-01-12 14:14:15 +01:00
|
|
|
</section>
|
|
|
|
{{ partial "sidebar" . }}
|
2020-01-12 21:05:46 +01:00
|
|
|
</div>
|
2020-01-12 14:14:15 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
{{ partial "footer" . }}
|
|
|
|
</body>
|
2020-01-12 21:05:46 +01:00
|
|
|
|
2020-02-09 12:20:47 +01:00
|
|
|
</html>
|