Rasmus Malver
f95354d95f
All checks were successful
continuous-integration/drone/push Build is passing
28 lines
917 B
HTML
28 lines
917 B
HTML
---
|
|
layout: default
|
|
---
|
|
<section class="centered">
|
|
<div class="content">
|
|
<div class="heading" style="text-align:left;white-space: pre;">
|
|
<h3>{{ page.heading }}</h3>
|
|
<p>
|
|
{% if page.permalink == "/intetatskjule" %}
|
|
<img src="{{ site.baseurl }}/assets/img/postkort-mockup.svg">
|
|
{% endif %}
|
|
{% if page.permalink == "intetatskjule" %}
|
|
<img src="{{ site.baseurl }}/assets/img/postkort-mockup.svg" style="width:400px;height:auto;">
|
|
{% endif %}
|
|
{% if page.permalink == "/gavekort" %}
|
|
<img src="{{ site.baseurl }}/assets/img/gavekort-mockup.svg">
|
|
{% endif %}
|
|
{% if page.permalink == "gavekort" %}
|
|
<img src="{{ site.baseurl }}/assets/img/gavekort-mockup.svg" style="width:400px;height:auto;">
|
|
{% endif %}
|
|
{{ page.heading_subtext }}
|
|
</p>
|
|
</div>
|
|
<div class="paragraphs">
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
</section> |