mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
18 lines
276 B
HTML
18 lines
276 B
HTML
---
|
|
layout: base
|
|
---
|
|
|
|
<header role="banner" class="page__header">
|
|
<div class="row">
|
|
<h1 class="page__title">{{ page.title }}</h1>
|
|
</div>
|
|
</header>
|
|
|
|
<section role="main" class="page__content">
|
|
<div class="row">
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
|
</section>
|