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: 4ac55cee1501c4f0e0c5fa2e1a9fd9446b6e6b9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{ partial "header" . }}

<main>

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

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

</main>

{{ partial "footer" . }}