all repos — h3rald @ a16f1e80c8c13f66bcd56f97bc7c0be3f6549196

The sources of https://h3rald.com

templates/_page_header.mustache

 1
 2
 3
 4
 5
 6
<header class="col-md-9">
  <h2>{{title}}</h2>
  {{#subtitle}}
  <h3>{{subtitle}}</h3>
  {{/subtitle}}
</header>