[ce7075]: / themes / mimic-data / layouts / 404.html

Download this file

9 lines (7 with data), 145 Bytes

1
2
3
4
5
6
7
8
9
{{ partial "header.html" . }}
<section id="main">
<div>
<h1 id="title">{{ .Title }}</h1>
</div>
</section>
{{ partial "footer.html" . }}