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 79b87da commit e0b9c79Copy full SHA for e0b9c79
templates/index.html
@@ -64,6 +64,7 @@
64
<!-- Hero -->
65
<header class="py-3">
66
<div class="container px-5">
67
+
68
{% if hero_data %}
69
<div class="row align-items-center">
70
{% for hero in hero_data %}
@@ -101,6 +102,7 @@ <h2 class="text-center fw-bold mb-2">{{ hero.subtitle }}</h2>
101
102
{% else %}
103
<h5 class="text-white text-center">No Data</h5>
104
{% endif %}
105
106
</div>
107
</header>
108
<!-- End Hero -->
0 commit comments