UNPKG
converse
Version:
latest (0.0.1)
0.0.1
converse ========
converse
/
app
/
views
/
index.jade
12 lines
(9 loc)
•
236 B
text/jade
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
extends layouts
/
default
block content
for
forum
in
forums include partials
/
forum
-
row
if (
user
) h4
Create
Forum form(action
=
"/forums",
method
=
"POST") input(type
=
"text", name
=
"name") input.btn(type
=
"submit")