{% import "_macros.html" as macros %} {% block title %}{{ config.title }}{% endblock title %} {% include "_variables.html" %} {% block head %} {% endblock head %} {% block header %}
{{ macros::render_header() }}
{% block hero %}

Invoquez votre domaine

DNS Witch rend les domaines .eu.org accessibles.

Describing my logo {% endblock hero %}
{% endblock header %}
{% block toc %} {% if section.toc %} {% set toc = section.toc %} {% elif page.toc %} {% set toc = page.toc %} {% endif %} {% if toc %}
{% for h in toc %} {% if h.children %} {% for h2 in h.children %} {% endfor %} {% endif %} {% endfor %}
{% endif %} {% endblock toc %}
{% block content %}
Overview
{{ section.content | safe }} {% endblock content %}
{% block footer %} {% endblock footer %}