From 0ce90a043eef532a71952e6aac43e6be6affc0f0 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Tue, 23 Nov 2010 22:13:32 +0100 Subject: Added import to EPUB function. --- epub/templates/ez-section.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 epub/templates/ez-section.html (limited to 'epub/templates/ez-section.html') diff --git a/epub/templates/ez-section.html b/epub/templates/ez-section.html new file mode 100644 index 00000000..0a715e7f --- /dev/null +++ b/epub/templates/ez-section.html @@ -0,0 +1,17 @@ + + + ${section.title} + + + +

${section.title}

+ +

$p

+
+ + -- cgit