Current section

Files

Jump to
ex_doc lib ex_doc formatter epub templates extra_template.eex
Raw

lib/ex_doc/formatter/epub/templates/extra_template.eex

<%= head_template(config, title) %>
<h1 id="content">
<%=h title_content %>
</h1>
<%= H.link_headings(content) %>
<%= before_closing_body_tag(config, :epub) %>
</body>
</html>