]> BookStack Code Mirror - website/blob - themes/bookstack/layouts/about/single.html
812fd37f729349d4e9b7b7e154bd1528c6537efa
[website] / themes / bookstack / layouts / about / single.html
1 {{ partial "header.html" . }}
2
3 <div class="about-page">
4   <div class="shaded primary">
5     <div class="container small hero padded-vertical">
6       <h1 class="text-center">{{.Title}}</h1>
7         {{ if .Params.image }}
8           <!-- <img class="screenshot" src="{{.Params.image}}" alt="{{.Title}}"> -->
9         {{ end }}   
10     </div>
11   </div>
12   
13   
14   <div class="container small padded-vertical">
15     {{.Content}}
16   </div>
17 </div>
18
19 {{ partial "footer.html" . }}