Update sample code

This commit is contained in:
Tim Caswell
2012-01-18 18:42:29 +01:00
parent 5a1b0f85f4
commit 540dcaa1e3
4 changed files with 13 additions and 14 deletions

View File

@@ -1,3 +1,3 @@
h1= title
.article!= html
a(href="/" + name + "/edit")= (exists ? "Edit" : "Create") + " this Page"
a(href="/" + name + "/edit")= "Edit this Page"