bookmark-manager/ui/components/widgets.njk
2025-05-17 16:20:29 +02:00

14 lines
No EOL
498 B
Text

{% raw %}
<template id="template-jumbotron">
<section class="w-full">
<div class="py-4 px-4 mx-auto max-w-screen-xl text-center">
<h1 class="my-4 font-extrabold tracking-tight leading-none text-gray-900 text-4xl md:text-5xl lg:text-6xl">
{{ title }}
</h1>
<p class="my-4 text-lg font-normal text-gray-500 lg:text-xl sm:px-16 lg:px-48">
{{ text }}
</p>
</div>
</section>
</template>
{% endraw %}