all repos — h3rald @ 656e3f2313ac890b05d4d78cf5df182ece2c8e56

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}}
  <p class="primary-subtitle">{{subtitle}}</p>
  {{/subtitle}}
</header>