refactor: indent with tabs

This commit is contained in:
Cyril MARPAUD
2023-03-14 11:38:52 +01:00
parent 295c9151f4
commit c5976e9962
3 changed files with 47 additions and 48 deletions

View File

@ -1,12 +1,12 @@
{{ section.content | safe }}
<div class="columns">
{%- for page in section.pages %}
<div>
<h2>{{ page.title }}</h2>
{% for icon in page.extra.icons | default(value=[]) -%}
<i class="{{ icon }} fa-3x"></i>
{%- endfor %}
{{ page.content | safe }}
</div>
{%- endfor %}
</div>
<div class="columns">
{%- for page in section.pages %}
<div>
<h2>{{ page.title }}</h2>
{% for icon in page.extra.icons | default(value=[]) -%}
<i class="{{ icon }} fa-3x"></i>
{%- endfor %}
{{ page.content | safe }}
</div>
{%- endfor %}
</div>