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

404.html « layouts - github.com/darshanbaral/khata.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c2e03dbb8471e19830d5800aeaf7af60cb5bd5ad (plain)
1
2
3
4
5
6
{{ define "main"}}
<div>
  <h1>One would think...</h1>
  <h2>Let's go <a href="{{ `/` | relURL }}">back to home page</a>.</h2>
</div>
{{ end }}