all repos — h3rald @ 867c1534c2db20e853baeea1882cf3099b1fd8ca

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>