We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ff1ea commit a7a58c8Copy full SHA for a7a58c8
templates/index.html
@@ -68,6 +68,7 @@
68
69
{% if hero_data %}
70
<div class="row align-items-center">
71
+
72
{% for hero in hero_data %}
73
<div class="col-lg-8 col-xl-7 col-xxl-6">
74
@@ -100,6 +101,7 @@ <h2 class="text-center fw-bold mb-2">{{ hero.subtitle }}</h2>
100
101
</div>
102
103
{% endfor %}
104
105
{% else %}
106
<h5 class="text-white text-center">No Data</h5>
107
{% endif %}
0 commit comments