20 lines
No EOL
345 B
HTML
20 lines
No EOL
345 B
HTML
---
|
|
# layout: compress
|
|
---
|
|
{% include header.html %}
|
|
<body id="top-of-page" class="{{ page.format }}">
|
|
{% include navigation.html %}
|
|
|
|
{% include masthead.html %}
|
|
|
|
{% if page.breadcrumb == true %}
|
|
{% include breadcrumb.html %}
|
|
{% endif %}
|
|
|
|
{{ content }}
|
|
|
|
{% include footer.html %}
|
|
|
|
{% include footer_scripte.html %}
|
|
</body>
|
|
</html> |