1
0
mirror of https://github.com/ipdb/website.git synced 2024-09-23 17:48:51 +02:00
website/_src/_layouts/page.html

14 lines
281 B
HTML

---
layout: base
---
{% include header.html %}
<main role="main" class="section content content--page {% if page.path contains '.md' %}content--page--markdown{% endif %}">
<div class="row {% if page.narrow %}row--narrow{% endif%}">
{{ content }}
</div>
</main>