view bitsyblog/templates/site.html @ 8:67c2ccaef869

adding templates for future use with genshi
author k0s <k0scist@gmail.com>
date Tue, 06 Oct 2009 19:44:02 -0400
parents
children
line wrap: on
line source

<ul class="site-nav">
  <li py:for="link_text, href in navigation">
    <a href="${href}">${link_text}</a>
  </li>
</ul>