aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts/default.html
blob: f15131481909bf53acb88b772b1d0d87d4d1c6e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{% include common/header.html %}
<div class="row">
  <div class="col-md-8">
    {{ content }}
  </div>
  <div class="col-md-4">
    {% include common/sidebar.html %}
  </div>
</div>
{% include common/footer.html %}