//- vim:ts=4:sw=4:
doctype html
html
	head
		include head
		title= thread.subject
	body
		include header
		article
			h1= thread.subject

			+forumpost(post,0)

			form(method="post" action="/forum/reply/"+thread.thread_id)
				p Reply:
					br
					textarea(
						name="body"
						rows=15
						cols=80
						maxlength=32000
						required
					)
				p
					button(type="submit") Submit