Adding task to build pages wrapped in a template

This commit is contained in:
Jeff Avallone
2014-11-23 12:00:07 -05:00
parent c898f7b5ec
commit 342cf8d5bb
5 changed files with 21 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Demo</title>
</head>
<body>
${ contents }
</body>
</html>