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

21 lines
315 B
HTML
Raw Normal View History

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