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

single.html « gallery « layouts - github.com/chipsenkbeil/grid-side.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7ba3cd78720a3daa5d085cd7c8d8c11626f0d28e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{ partial "html-start.html" . }}
{{ partial "head.html" . }}

<body class="page-colors minimum-viewport-height">
    {{ partial "main-menu.html" . }}

    <section class="main-content">
        {{ partial "gallery/item" . }}
    </section>

    {{ partial "js.html" . }}
</body>

{{ partial "html-end.html" . }}