blueprints personnes et features
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user