summaryrefslogtreecommitdiff
path: root/_includes/themes/twitter/page.html
blob: 7ac6fab4c7215c6a410adfbeedcd3f5cbc0fc4a4 (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="span14">
    {{ content }}
  </div>
</div>