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

404.html « layouts - github.com/kc0bfv/ticky_tacky_dark.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b4eba3e54ef91bd8f26ec3e52fe438576b024d22 (plain)
1
2
3
4
5
6
7
8
9
10
11
{{ define "main" }}
    <div class="col-12 col-sm-5">
        {{ with .Params.sideimages }}
            <img id="sideimage" class="morerounded" src="/img/side_image_template.png">
        {{ end }}
    </div>
    <div class="col-12 col-sm-7">
        <h1>404</h1>
        <p>Content Not Found
    </div>
{{ end }}