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: 01dfbea3e67c54b1f81b903dd437bb184c81b23b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{ define "main" }}
<div class="mb-2 p-3 shadow position-relative">
  <small
    class="bg-white pl-1 pr-1 rounded"
    style="background-color: #f3f3ef !important; position: absolute; top: -0.75em; right: 1em"
  >
    {{- partial "breadcrumb" . -}}
  </small>
  <h2>{{ .Title }}</h2>
  <div class="rounded">
    {{ .Content }}
  </div>
</div>
{{ end }}