Thoughts on my new template language?
- by Ralph
Let's start with an example:
using "html5"
using "extratags"
html {
head {
title "Ordering Notice"
jsinclude "jquery.js"
}
body {
h1 "Ordering Notice"
p "Dear @name,"
p "Thanks for placing your order with @company. It's scheduled to ship on {@ship_date|dateformat}."
p "Here are the items…