site/_src/_layouts/page.html

25 lines
468 B
HTML

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