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.opendocument | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 default.opendocument (limited to 'default.opendocument') diff --git a/default.opendocument b/default.opendocument new file mode 100644 index 000000000..ca49782f0 --- /dev/null +++ b/default.opendocument @@ -0,0 +1,27 @@ + + + $automatic-styles$ +$for(header-includes)$ + $header-includes$ +$endfor$ + + +$if(title)$ +$title$ +$endif$ +$for(author)$ +$author$ +$endfor$ +$if(date)$ +$date$ +$endif$ +$for(include-before)$ +$include-before$ +$endfor$ +$body$ +$for(include-after)$ +$include-after$ +$endfor$ + + + -- cgit v1.2.3