mirror of
https://github.com/ipdb/website.git
synced 2024-11-13 16:54:50 +01:00
14 lines
281 B
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>
|