zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

extra_template.eex (264B)


      1 <%= head_template(config, %{title: title}) %>
      2     <h1 id="content">
      3       <%= title_content %>
      4     </h1>
      5     <%= content %>
      6     <%# Extra content specified by the user (e.g. custom Javascript) %>
      7     <%= config.before_closing_body_tag.(:epub) %>
      8   </body>
      9 </html>