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
402 B
HTML

---
layout: base
---
<header role="banner" class="page-header background--gray">
<a href="/">
<svg class="logo logo--sm" aria-labelledby="title">
<title>Logo</title>
<use xlink:href="/assets/img/sprite.svg#logo"></use>
</svg>
</a>
</header>
<section role="main" class="page-content">
<div class="row">
{{ content }}
</div>
</section>