blueprints personnes et features

This commit is contained in:
2021-03-10 18:22:35 +01:00
parent 7d2396c196
commit b82e412f27
9 changed files with 74 additions and 43 deletions
@@ -1,7 +1,7 @@
<div class="modular-row features {{ page.header.class}}">
{{ content|raw }}
{{ dump(page) }}
<div class="feature-items">
{% for feature in page.header.features %}
<div class="feature">
@@ -12,7 +12,7 @@
<div class="feature-content">
{% endif %}
{% if feature.header %}
<h4>{{ feature.header }}</h4>
<h3>{{ feature.header }}</h3>
{% endif %}
{% if feature.text %}
<p>{{ feature.text }}</p>