initial version

This commit is contained in:
Antonio Ruberto
2016-01-10 17:21:22 -05:00
parent ce489f18ac
commit 489f0f056f
18 changed files with 352 additions and 1 deletions

9
src/template-html.html Normal file
View File

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
{{> head}}
</head>
<body>
{{> body headerClass='col-md-3' contentClass='col-md-9'}}
</body>
</html>