simpkey/src/views/timeline.pug

11 lines
193 B
Plaintext

extends _base
block header
+nav
block content
+user-header(user)
+post-form("/action/create-note", "What's on your mind?", "Note")
hr
h2= timelineName
+timeline(notes)