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

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

<div class="container">
    <div class="row">
        <div class="column is-md-8 is-offset-2 main">
            <div class="single">
                <div class="single-title">
                    {{.Title}}
                </div>
                {{.Content}}

            </div>
        </div>
    </div>
</div>

{{partial "footer.html" . }}