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: title}) %>
<h1 id="content">
<%= title_content %>
</h1>
<%= content %>
<%# Extra content specified by the user (e.g. custom Javascript) %>
<%= before_closing_body_tag(config, :epub) %>
</body>
</html>