all repos — h3rald @ 37097cc68a2a637b9a799b4bc907cbcc984a77ce

The source code of the h3rald.com web site.

templates/_page_header.mustache

 1
 2
 3
 4
 5
 6
<header class>
  <h2>{{title}}</h2>
  {{#subtitle}}
  <p class="primary-subtitle">{{subtitle}}</p>
  {{/subtitle}}
</header>