changed from markdown to textile renderer

This commit is contained in:
pg
2015-03-28 11:14:27 +00:00
parent 62d9bee9bf
commit cd66f791fa
10 changed files with 113 additions and 35 deletions

View File

@@ -10,11 +10,11 @@ html
div.container-fluid
ul.nav.nav-pills
li(role="presentation" )
a(href="#") one
a(href="#home") THSF
li(role="presentation")
a(href="#") two
a(href="#presentation") presentation
li(role="presentation" )
a(href="#") three
a(href="#programme") preogramme
block body

View File

@@ -1,6 +1,6 @@
include ./layout.jade
.container-fluid
h1= title
.document!= html
a(href="/" + name + "/edit")= "Edit this Page"
each item in torender
div(id= item.divId)!= item.html
if isAuth
a(href="/" + item.name + "/edit")= "Edit this Page"