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

10
src/template-pdf.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
{{> head}}
{{> pdf-font-hack}}
</head>
<body>
{{> body headerClass='col-xs-3' contentClass='col-xs-9'}}
</body>
</html>