/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
- <h1>Download</h1>
- <p>Files required by Pylons.</p>
- <p>
- ${c.files|n}
- </p>
- <%def name="title()">${parent.title()} - Install</%def>
- <%def name="nav()">Install</%def>
- <%inherit file="/layout.mako"/>