blobfisch/templates/message.html.hbs
Lukas Langrock 585a3b5d0c
All checks were successful
Continuous Integration / Build & Test (push) Successful in 2m29s
add basic styling with tailwindcss
2024-06-29 00:17:00 +02:00

8 lines
134 B
Handlebars

{{#*inline "page"}}
<section id="message">
<h1 class="text-3xl font-bold ">{{message}}</h1>
</section>
{{/inline}}
{{> layout }}