From 4fe237fa977eb7fca100aac29960a21c09107217 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 14 Mar 2015 11:33:14 -0700 Subject: Move test suite into its own folder --- test/.template.html | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 test/.template.html (limited to 'test/.template.html') diff --git a/test/.template.html b/test/.template.html new file mode 100644 index 0000000..47c7dd9 --- /dev/null +++ b/test/.template.html @@ -0,0 +1,123 @@ + + + + + + + + + + + $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$ +
+
+ + $if(ekphrastic.image)$ +
+ $if(ekphrastic.link)$ + + $ekphrastic.alt$ + + $else$ + $ekphrastic.alt$ + $endif$ +
+ $endif$ + +
$body$
+
+ + + $for(include-after)$ $include-after$ $endfor$ + + -- cgit 1.4.1-21-gabe81