foalfetch/app/lib/ebook/templates/chapter.html.slim

10 lines
No EOL
292 B
Text

doctype xml
html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
head
meta http-equiv="Content-Type" content="text/html; charset=UTF-8"
link rel="stylesheet" href="styles.css"
title= title
body
h1= title
.calibre2#content
== StoryRenderer.render_chapter(self)