1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00
site/_src/_layouts/page.html

18 lines
276 B
HTML
Raw Normal View History

---
layout: base
---
2016-01-07 20:15:09 +01:00
<header role="banner" class="page__header">
<div class="row">
<h1 class="page__title">{{ page.title }}</h1>
</div>
</header>
2016-01-07 20:15:09 +01:00
<section role="main" class="page__content">
<div class="row">
{{ content }}
</div>
</section>