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: 42a93b776fed6c06980404f97e5f37d57b254571 (plain)
1
2
3
4
5
6
7
8
9
10
11
{{ define "main" }}
<div>
  <h2>{{ .Title }}</h2>
  <div class="ml-4 border-left border-primary pl-1">
    {{ .Content }}
  </div>
  <div class="toTop navMenu menuItem" onclick="scrollToTop()">
      <i class="fas fa-angle-up"></i>
  </div>
</div>
{{ end }}