UNPKG

templito

Version:

Generates javascript files for underscore.js templates.

21 lines (17 loc) 292 B
<!doctype html> <html> <head> <title><%= data.title %></title> </head> <body> <header> <h1><%= data.page_title %></h1> </header> <div id='content'> <%= data.content %>! </div> <footer> &copy; 2013 Paul Harper </footer> </body> </html>