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

404.html « layouts - github.com/calintat/minimal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8a686ffa0e2366f886d2be637a85d3563ae2e558 (plain)
1
2
3
4
5
6
7
8
9
10
{{ partial "header" . }}

<main>
    <div class="intro">
        <h1>¯\_(ツ)_/¯</h1>
        <h2>Nothing here</h2>
    </div>
</main>

{{ partial "footer" . }}