Created a Sample for .gtpl

This commit is contained in:
Kenneth Endfinger
2014-05-13 16:32:21 -04:00
parent 5c36f8df85
commit a22c2d678b

View File

@@ -0,0 +1,9 @@
html {
head {
title "Example Template"
}
body {
p "This is a quick template example"
}
}