blobfisch/templates/message.html.hbs

8 lines
134 B
Handlebars
Raw Permalink Normal View History

2024-06-28 23:43:04 +02:00
{{#*inline "page"}}
<section id="message">
2024-06-29 00:17:00 +02:00
<h1 class="text-3xl font-bold ">{{message}}</h1>
2024-06-28 23:43:04 +02:00
</section>
{{/inline}}
{{> layout }}