blob: 3ed117eb7150b8d4e458075058bead4e7b359832 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
//- vim:ts=4:sw=4:
doctype html
html
head
include head
title= thread.subject
body
include header
article
h1= thread.subject
each row in posts
+forumpost(row,1)
if user
p: a(href="/forum/reply/"+posts[0].post_id) Reply
|