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

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

<main>

    <div>
        <h2>{{ .Title }}</h2>
        <h5>{{ .Description }}</h5>
        {{ partial "tags" . }}
    </div>

    <br> <div class="text-justify">{{ .Content }}</div>

</main>

{{ partial "footer" . }}