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

page.html « partials « layouts - github.com/pavel-pi/kiss-em.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a1ea1bfd33e3a716bb9f822ad88406bed5de1db6 (plain)
1
2
3
4
5
6
7
<!-- Article Title -->
<h1 class="title">{{ .Title }}</h1>

<!-- Content -->
<div class="content">
    {{ .Content }}
</div>