2015-12-22 13:41:58 +01:00
|
|
|
---
|
|
|
|
layout: base
|
|
|
|
---
|
|
|
|
|
2017-03-29 18:32:31 +02:00
|
|
|
<header role="banner" class="header" {% if page.image %}style="background-image:url('/assets/img/{{ page.image }}')"{% endif %}>
|
2016-01-09 19:07:09 +01:00
|
|
|
|
|
|
|
{% include menu-main.html %}
|
|
|
|
|
2016-01-07 20:15:09 +01:00
|
|
|
<div class="row">
|
2017-04-11 14:30:58 +02:00
|
|
|
<h1 class="header__title">
|
|
|
|
{% if page.tagline %}
|
|
|
|
{{ page.tagline }}
|
|
|
|
{% else %}
|
|
|
|
{{ page.title }}
|
|
|
|
{% endif %}
|
|
|
|
</h1>
|
2016-01-07 20:15:09 +01:00
|
|
|
</div>
|
2015-12-22 13:41:58 +01:00
|
|
|
</header>
|
|
|
|
|
2016-01-09 19:07:09 +01:00
|
|
|
<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 %}
|
2015-12-22 13:41:58 +01:00
|
|
|
|
|
|
|
{{ content }}
|
|
|
|
|
2016-01-14 13:04:44 +01:00
|
|
|
{% if page.path contains '.md' %}
|
2015-12-22 13:41:58 +01:00
|
|
|
</div>
|
2016-01-14 13:04:44 +01:00
|
|
|
{% endif %}
|
|
|
|
|
2015-12-22 13:41:58 +01:00
|
|
|
</section>
|
2016-01-17 16:17:28 +01:00
|
|
|
|
2016-02-10 14:05:43 +01:00
|
|
|
{% if page.title == "Whitepaper" %}
|
2017-05-23 13:00:18 +02:00
|
|
|
<section class="section section-whitepaper-download background--photo">
|
2016-02-10 16:57:19 +01:00
|
|
|
<div class="row">
|
|
|
|
<header class="section-header">
|
|
|
|
<h1 class="section-title">{{ page.whitepaper.title }}</h1>
|
|
|
|
<p class="section-description">{{ page.whitepaper.text }}</p>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<p class="text-center">
|
|
|
|
{% for whitepaper in page.whitepaper.files %}
|
2016-11-14 11:59:16 +01:00
|
|
|
<a href="{{ whitepaper.file }}" class="btn btn-primary js-tracking-whitepaper-download"><svg class="icon"><use xlink:href="/assets/img/sprite.svg#icon-documents"></use></svg> {{ whitepaper.button }}</a>
|
2016-02-10 16:57:19 +01:00
|
|
|
{% endfor %}
|
|
|
|
</p>
|
2016-02-12 11:25:52 +01:00
|
|
|
<p class="text-center small">Last updated: {{ page.whitepaper.updated | date: '%B %d, %Y' }}</p>
|
2016-02-10 16:57:19 +01:00
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2016-11-14 11:59:16 +01:00
|
|
|
{% include sections/section-newsletter.html %}
|
2016-01-17 16:17:28 +01:00
|
|
|
{% endif %}
|