Feb 26 2011

django-meio-easytags – An easy way to create custom template tags for Django’s templating system

vbmendes @ 22:52

The base EasyNode will take care of the template tag’s parsing, resolving variable and inspecting if the parameters are ok with the render_context signature.

It’s almost like calling methods in Python.

Read the Docs

Download from Github

2 Responses to “django-meio-easytags – An easy way to create custom template tags for Django’s templating system”

  1. django-meio-easytags 0.3 released! | Meio Código says:

    [...] I released today the version 0.3 of django-meio-easytags. Now it supports template tags that accepts positional arguments (*args) and keyword arguments (**kwargs). If you don’t know how to use this, take a look at Python FAQ. In this release I included some documentation and created a page for the project. [...]

Leave a Reply