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