10 lines
693 B
Cheetah
10 lines
693 B
Cheetah
|
|
{{/* 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 & 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" .}}
|