pages/index.tmpl
changeset 22 54b373345c14
parent 8 0ce1f471e9d7
equal deleted inserted replaced
21:b05979822dee 22:54b373345c14
     1 <h1>A Mako template!</h1>
     1 <h1></h1>
     2 
     2 
     3 <ul>
     3 <div style="font-size: small">
     4 % for char in 'Hello World' :
     4     <h2>What's <q>qmsk</q>?</h2>
     5     <li>${char}</li>
       
     6 % endfor    
       
     7 </ul>
       
     8 
     5 
       
     6     <p>
       
     7         I'm not sure, but it doesn't have any vowels.
       
     8     </p>
       
     9 </div>