Only show if there are speakers
This commit is contained in:
parent
837ed51ef2
commit
90993284d5
|
@ -1,4 +1,5 @@
|
|||
<section>
|
||||
{% if speakers is not empty %}
|
||||
<section>
|
||||
<h2 class="text-3xl font-bold text-center">Speakers</h2>
|
||||
|
||||
<div class="mt-8">
|
||||
|
@ -22,4 +23,5 @@
|
|||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue