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

404.html « layouts - github.com/darshanbaral/mero.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6cf704731b1c2aad2630ea7062ed1c5ed4c680ba (plain)
1
2
3
4
5
6
7
8
{{ define "main" }}
<main>
    <div>
        Page not found.
    </div>>
</main>
{{ partial "footer.html" . }}
{{ end }}