all repos — h3rald @ b66ba448f25dba20cbc5f8a05bf895e1fd59018b

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>