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 | |
- Author: Per Myren
- Home Page: http://github.com/Pitmairen/hamlish-jinja
- Keywords: jinja2 templates haml
- Platform: any
-
Categories
- Development Status :: 4 - Beta
- Environment :: Web Environment
- Intended Audience :: Developers
- License :: OSI Approved :: GNU General Public License (GPL)
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Internet :: WWW/HTTP :: Dynamic Content
- Topic :: Software Development :: Libraries :: Python Modules
- Topic :: Text Processing :: Markup :: HTML
- Package Index Owner: Pitmairen
- DOAP record: Hamlish-Jinja-0.1.0.xml
