Changeset 1370

Show
Ignore:
Timestamp:
09/28/08 20:53:35 (2 months ago)
Author:
ArcRiley
Message:

Ticket #964 :

  • example of Jinja → Genshi template conversion
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pysoy/docs/templates/genindex.html

    r1369 r1370  
    1313   <h1 id="index">Index</h1> 
    1414 
    15    {% for key, dummy in genindexentries -%} 
    16    <a href="#{{ key }}"><strong>{{ key }}</strong></a> {% if not loop.last %}| {% endif %} 
    17    {%- endfor %} 
     15   <py:for each="key, dummy in genindexentries"> 
     16     <a href="#${key}"><strong>${key}</strong></a> | 
     17   </py:for> 
    1818 
    1919   <hr />