Skip to content

Commit e0b9c79

Browse files
Code refactoring
1 parent 79b87da commit e0b9c79

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
@@ -64,6 +64,7 @@
6464
<!-- Hero -->
6565
<header class="py-3">
6666
<div class="container px-5">
67+
6768
{% if hero_data %}
6869
<div class="row align-items-center">
6970
{% for hero in hero_data %}
@@ -101,6 +102,7 @@ <h2 class="text-center fw-bold mb-2">{{ hero.subtitle }}</h2>
101102
{% else %}
102103
<h5 class="text-white text-center">No Data</h5>
103104
{% endif %}
105+
104106
</div>
105107
</header>
106108
<!-- End Hero -->

0 commit comments

Comments
 (0)