Initial commit of example app

This commit is contained in:
Jeremiah Billmann
2013-05-05 23:06:04 -04:00
parent acc91e24f3
commit 9b0dfd8051
6 changed files with 71 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
extends layout
block content
h1= title
p Welcome to #{title}
+7
View File
@@ -0,0 +1,7 @@
doctype 5
html
head
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
body
block content