All checks were successful
continuous-integration/drone/push Build is passing
10 lines
315 B
Plaintext
10 lines
315 B
Plaintext
<header class="flex justify-center w-full px-10 py-4">
|
|
<a href="/" class="block p-1 rounded-xl">
|
|
{{ '/src/images/logo.svg' | svgContents("max-h-24 block w-[50vw]") | safe }}
|
|
</a>
|
|
</header>
|
|
<main>
|
|
<div class="flex justify-center mx-6">
|
|
{% include "blocks/search.njk" %}
|
|
</div>
|
|
</main> |