From 663adaa8612242dfce8c32ae5c7afc6be45c6eb6 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 22 Jul 2011 22:18:04 -0700 Subject: Renamed templates from .template to default.. --- default.plain | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 default.plain (limited to 'default.plain') diff --git a/default.plain b/default.plain new file mode 100644 index 000000000..06ecbd3a6 --- /dev/null +++ b/default.plain @@ -0,0 +1,23 @@ +$if(titleblock)$ +$title$ +$for(author)$$author$$sep$; $endfor$ +$date$ + +$endif$ +$for(header-includes)$ +$header-includes$ + +$endfor$ +$for(include-before)$ +$include-before$ + +$endfor$ +$if(toc)$ +$toc$ + +$endif$ +$body$ +$for(include-after)$ + +$include-after$ +$endfor$ -- cgit v1.2.3