skip to navigation
skip to content

Hamlish-Jinja 0.1.0

Haml-ish syntax for jinja2 templates

Latest Version: 0.2.0

This extension to jinja make it possible to use a haml-ish syntax for your jinja2 templates.

Example template:

-extends 'base.html'
-block title << Memberlist
-block content:
   %ul id="memberlist"
      -for user in users:
         %li
            %a href="{{ user.url }}" << {{ user.username }}

For more information read the documentation

 
File Type Py Version Uploaded on Size # downloads
Hamlish-Jinja-0.1.0.tar.gz (md5) Source 2010-08-14 19KB 1334