1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 19:44:21 +00:00
bluelib/_layouts/base.html
2021-10-10 20:32:41 +02:00

12 lines
192 B
HTML

---
layout: default
---
<div class="layout-threecol">
<div class="layout-threecol-center">
<h1>
{{ site.title }}
</h1>
{{ content }}
</div>
</div>