You are here

epub-formatter-default.html.twig in Epub 8

<div id="ebook" class="epub">
    {{ download | raw}}
    {{ iframe | raw }}
    {{ pager }}
</div>

File

templates/epub-formatter-default.html.twig
View source
  1. <div id="ebook" class="epub">
  2. {{ download | raw}}
  3. {{ iframe | raw }}
  4. {{ pager }}
  5. </div>