Only show if there are speakers
This commit is contained in:
parent
a9bf000501
commit
35ed0c95d8
|
@ -1,3 +1,4 @@
|
|||
{% if speakers is not empty %}
|
||||
<section>
|
||||
<h2 class="text-3xl font-bold text-center">Speakers</h2>
|
||||
|
||||
|
@ -23,3 +24,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue