1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/mipilin synced 2025-02-07 05:52:51 +00:00
mipilin/views/journal_view.pug

17 lines
270 B
Text
Raw Normal View History

extends site.pug
block content
h1= entry.title
span
| by
a(href=`/users/${entry.uname}`)= entry.uname
|
span(title=entry.date.toLocaleString()) #{entryTimestamp}
br
br
div
| Mood:
strong= entry.moodString
br
div!= entry.content