This repository has been archived on 2022-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
site/src/pages/index.njk
Maxim Slipenko 798e1dad20
All checks were successful
continuous-integration/drone/push Build is passing
выносит поиск в отдельный блок
2022-05-19 10:05:29 +03:00

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>