From 9ee7052f6b92dd9fd63e73c92c704aef90592826 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 3 Mar 2015 16:45:25 -0700 Subject: Change compile method to utilize hidden files --- .template.html | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 .template.html (limited to '.template.html') diff --git a/.template.html b/.template.html new file mode 100644 index 0000000..e5995f3 --- /dev/null +++ b/.template.html @@ -0,0 +1,80 @@ + + + + + + + + + + $title$ | Autocento of the breakfast table + + + + $if(genre)$ + + + $endif$ + $if(project.css)$ + + + $endif$ + + + $for(header-includes)$ + $headerincludes$ + $endfor$ + + +$for(include-before)$ $include-before$ $endfor$ +
+
+ + $if(title)$

$title$

$endif$ + $if(subtitle)$

$subtitle$

$endif$ + + $if(dedication)$ + +
$dedication$
+ $endif$ + + $if(epigraph.content)$ + +
+ $if(epigraph.link)$ + $epigraph.content$ + $else$ + $epigraph.content$ + $endif$ +
+ $if(epigraph.attrib)$ +
$epigraph.attrib$
+ $endif$ + $endif$ +
+ +
+ $body$ +
+ + +
+$for(include-after)$ +$include-after$ +$endfor$ + + -- cgit 1.4.1-21-gabe81