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

single.html « _default « layouts - github.com/darshanbaral/kitab.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5e4e31a1e10e0f27972494eb50c116f0684ada3d (plain)
1
2
3
4
5
6
7
8
{{ define "main" }}
<div class="mb-2">
  <h2>{{ .Title }}</h2>
  <div class="rounded p-2 shadow">
    {{ .Content }}
  </div>
</div>
{{ end }}