Skip to content

Commit a7a58c8

Browse files
Code refactoring
1 parent b1ff1ea commit a7a58c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868

6969
{% if hero_data %}
7070
<div class="row align-items-center">
71+
7172
{% for hero in hero_data %}
7273
<div class="col-lg-8 col-xl-7 col-xxl-6">
7374

@@ -100,6 +101,7 @@ <h2 class="text-center fw-bold mb-2">{{ hero.subtitle }}</h2>
100101
</div>
101102
</div>
102103
{% endfor %}
104+
103105
{% else %}
104106
<h5 class="text-white text-center">No Data</h5>
105107
{% endif %}

0 commit comments

Comments
 (0)