mirror of
https://github.com/ipdb/website.git
synced 2024-11-13 16:54:50 +01:00
16 lines
363 B
HTML
16 lines
363 B
HTML
---
|
|
layout: base
|
|
---
|
|
|
|
{% include header.html %}
|
|
|
|
<main role="main" class="content content--page {% if page.path contains '.md' %}content--page--markdown{% endif %}">
|
|
|
|
{% if page.path contains '.md' %}<div class="row {% if page.narrow %}row--narrow{% endif%}">{% endif %}
|
|
|
|
{{ content }}
|
|
|
|
{% if page.path contains '.md' %}</div>{% endif %}
|
|
|
|
</main>
|