Mercurial > hg > bitsyblog
changeset 8:67c2ccaef869
adding templates for future use with genshi
author | k0s <k0scist@gmail.com> |
---|---|
date | Tue, 06 Oct 2009 19:44:02 -0400 |
parents | 57a45adf33d4 |
children | e4f28fde518a |
files | bitsyblog/templates/blog.html bitsyblog/templates/index.html bitsyblog/templates/site.html |
diffstat | 3 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bitsyblog/templates/blog.html Tue Oct 06 19:44:02 2009 -0400 @@ -0,0 +1,7 @@ + +<div py:for="entry in blog" + id="${blog_id}" class="blog-entry"> + <a name="${blog_id}" /> + <div class="subject"> + <a href="TODO">${subject}</a> +