Welcome to mirror list, hosted at ThFree Co, Russian Federation.

404.html « layouts - github.com/ijsucceed/onepress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 521dc0f1db3c9677980f9a79488883cc06a1425f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{ define "main" }}
	<h1>Oh! <b>404</b></h1>
    <p>
        The requested URL was not found on this server. 
        <br>
        <i>That’s all I know.</i>
    </p>
    <a href="." style="text-decoration:underline">Am here.</a>
{{ end }}

{{ define "widgets" }}
	{{ partial "widgets.html" . }}
{{ end }}