changed from markdown to textile renderer
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user