conditional banner

main
yaemiku 2024-01-04 00:48:28 +01:00
parent df50301444
commit 3a4dde6be6
Signed by: podlaskizbs
GPG Key ID: ADC039636B3E4AAB
1 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,7 @@
{% endif %}
</nav>
</header>
{% if banner %}
<article class="bg-white shadow-lg">
<ul class="lg:m-0 prose max-w-full w-full">
{% content banner %}
@ -90,6 +91,7 @@
</div>
</ul>
</article>
{% endif %}
<main
class="container xl:max-w-screen-xl mx-auto p-4 prose-img:my-1 prose-p:my-[0.3em]"
>