all repos — h3rald @ 02c8ce3ee8e5826961d0a9c9f3e75dc4a08d0e1a

The source code of the h3rald.com web site.

templates/_page_header.mustache

 1
 2
 3
 4
 5
 6
<header class="col-md-9">
  <h2>{{title}}</h2>
  {{#subtitle}}
  <h3>{{subtitle}}</h3>
  {{/subtitle}}
</header>