view bitsyblog/templates/blog.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 93a4557e15c1
line wrap: on
line source


<div py:for="entry in blog"
     id="${blog_id}" class="blog-entry">
  <a name="${blog_id}" />
  <div class="subject">
    <a href="TODO">${subject}</a>