thermograph/frontend/server/internal/render/templates/glossary.html.tmpl

10 lines
693 B
Cheetah
Raw Normal View History

{{/* Ported from templates/glossary.html.j2. Extra data: .Breadcrumb,
.Terms []{Slug, Term, Short string} (glossary.yaml file order). */}}{{template "base_head_start" .}}{{template "base_head_end" .}}{{template "base_body_start" .}}{{template "breadcrumb" .}}<article class="climate-page">
<h1>Weather &amp; climate glossary</h1>
<p class="lede">Plain-language definitions of the terms Thermograph uses to grade the weather.</p>
{{range .Terms}} <div class="glossary-term">
<h2><a href="{{$.Base}}/glossary/{{.Slug}}">{{.Term}}</a></h2>
<p>{{.Short}}</p>
</div>
{{end}}</article>
{{template "base_body_end" .}}{{template "base_scripts_default" .}}{{template "base_tail" .}}