1 {{ partial "header.html" . }}
3 <div class="primary shaded padded-vertical">
4 <div class="container">
5 {{ if eq .Type "admin-doc" }}
6 <div class="docs-section-title">Admin Documentation</div>
7 {{ else if eq .Type "user-doc" }}
8 <div class="docs-section-title">User Documentation</div>
10 <div class="docs-section-title">Documentation</div>
16 <div class="container docs-index">
17 {{if ne .Page.Type "user-doc"}}
18 <div class="padded-vertical margin-bottom">
19 {{if ne .Page.Type "admin-doc"}}
20 <h3>Admin Documentation</h3>
22 <div class="docs-index-row">
23 {{partial "menu_admin_docs"}}
26 <hr class="nomargin margin-bottom">
29 {{if ne .Page.Type "admin-doc"}}
30 <div class="padded-vertical margin-bottom">
31 {{if ne .Page.Type "user-doc"}}
32 <h3>User Documentation</h3>
34 <div class="docs-index-row">
35 {{partial "menu_user_docs"}}
41 <div class="shaded shaded-border padded-vertical large">
42 <div class="container">
44 <div class="col-md-6">
45 <h3>Our Guides on YouTube</h3>
47 If you prefer videos to text, or need a bit of visual guidance,
48 our YouTube channel hosts a series of videos that cover installation,
49 configuration, maintenance and usage.
52 <a href="https://www.youtube.com/channel/UCH66RFWfw6CSm2T1EM4ik1g" target="_blank"
53 rel="noopener">View our channel here »</a>
56 <div class="col-md-6">
57 <iframe loading="lazy" width="560" height="315" src="https://www.youtube-nocookie.com/embed/tSaDVduc3uI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
63 {{ partial "footer.html" . }}