13 lines
248 B
HTML
13 lines
248 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 %} |