/kai/templates/download/index.mako

https://bitbucket.org/bbangert/kai/ · Mako · 10 lines · 8 code · 2 blank · 0 comment · 3 complexity · bca02c6a0d95e0e0eaab542743f27e30 MD5 · raw file

  1. <h1>Download</h1>
  2. <p>Files required by Pylons.</p>
  3. <p>
  4. ${c.files|n}
  5. </p>
  6. <%def name="title()">${parent.title()} - Install</%def>
  7. <%def name="nav()">Install</%def>
  8. <%inherit file="/layout.mako"/>