Files

9 lines
214 B
Plaintext
Raw Permalink Normal View History

2026-03-09 22:17:39 +01:00
extends layout
block content
h1 Conclave
2026-03-15 15:21:17 +01:00
form(method="POST" action="/conclave/posts/new")
2026-03-09 22:17:39 +01:00
input(type="text" name="title" placeholder="Title")
textarea(name="content")
button(type="submit") Publish