You are here

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

<div class="ebook">
    <a href="{{ file }}">
        {% trans %}Download{% endtrans %}
    </a>
    {{ toc | raw }}
</div>

File

templates/epub-formatter-toc.html.twig
View source
  1. <div class="ebook">
  2. <a href="{{ file }}">
  3. {% trans %}Download{% endtrans %}
  4. </a>
  5. {{ toc | raw }}
  6. </div>