This commit is contained in:
Finn Linck Ryan 2025-12-12 23:07:05 +01:00
commit 217642cd6b
18 changed files with 877 additions and 0 deletions

View file

@ -0,0 +1,11 @@
@import at.dokkae.homepage.Message
@param message: Message
<div class="message">
<strong>${message.author}</strong>:
${message.content}
<span style="color:#888; font-size:.8rem;">
(${message.createdAt.toString()})
</span>
</div>