-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathhelp.mustache
23 lines (19 loc) · 978 Bytes
/
help.mustache
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{{!--
Help Template
=============
--}}
{{> charcoal/admin/template/inc.header }}
<main class="c-page-container o-flex_main">
{{> charcoal/admin/template/inc.page-header }}
<section class="o-container -top -bottom">
{{> charcoal/admin/widget/feedbacks }}
<div class="jumbotron">
<h1 class="display-4">{{# _t }}Need Help?{{/ _t }}</h1>
<p class="lead">{{# _t }}For any questions about the use of this service, please do not hesitate to contact <a href="mailto:[email protected]">[email protected]</a>.{{/ _t }}</p>
<p class="lead">{{# _t }}Charcoal is operated by <a href="https://locomotive.ca">Locomotive</a>, a Web agency based in Montréal.{{/ _t }}</p>
<p class="lead">{{# _t }}Memo, the alerts system, is powered by <em>Charcoal</em>.{{/ _t }}</p>
<p>© {{ now.year }} Locomotive</p>
</div>
</section>
</main>
{{> charcoal/admin/template/inc.footer }}