14 lines
245 B
HTML
14 lines
245 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
{% include relBase.html %}
|
|
{% include header.html %}
|
|
<section class="info" id="read">
|
|
<div class="info-pages">
|
|
{{ content }}
|
|
</div>
|
|
</section>
|
|
{% if page.url == '/fr-fretag/' %}
|
|
{% include contact.html %}
|
|
{% endif %} |