summaryrefslogtreecommitdiff
path: root/_includes/themes/twitter/page.html
blob: 6f25eb119db2e002d92e428cfd80cdccd968524f (plain)
1
2
3
4
5
6
7
8
9
<div class="page-header">
  <h1>{{ page.title }} <small>Supporting tagline</small></h1>
</div>

<div class="row">
  <div class="span12">
    {{ content }}
  </div>
</div>