site/_src/_layouts/page.html

24 lines
417 B
HTML
Raw Normal View History

---
layout: base
---
{% include header.html %}
<section role="main" class="content content--page">
2016-01-14 13:04:44 +01:00
{% if page.path contains '.md' %}
<div class="row content--page--markdown">
{% endif %}
{{ content }}
2016-01-14 13:04:44 +01:00
{% if page.path contains '.md' %}
</div>
2016-01-14 13:04:44 +01:00
{% endif %}
</section>
2018-05-16 11:35:07 +02:00
{% if page.path contains "whitepaper" %}
{% include sections/section-whitepaper-download.html %}
{% endif %}