all repos — h3rald @ bbec0f74b2395a4115af39d824f9901f6b5cd610

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>