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

single.html « _default « layouts - github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d1d97fa3c711a7ee36cab6876c44660faab99acb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{ define "main" }}

<div class="row">
  <div class="col-md-12">
    <h1>{{ title .Title }}</h1>
  </div>
</div>

<div class="row">
  <div class="col-md-12">
    {{ .Content }}
  </div>
</div>

{{ end }}