Skip to main content
A Library to Quickly Turn Functions into Jinja2 Extensions
==========================================================

This library is best demonstrated through example:

```python
import jinjatag

### Configure your Jinja2 Environment:
jinja_tag = jinjatag.JinjaTag()
jinja2_env = Environment(extensions=[jinja_tag])
jinja_tag.init()

### Decorate your functions

@jinjatag.simple_tag()
def mytag(foo, bar=None, **kwargs):
return "mytag: "+foo+(bar or '')+str(kwargs)

@jinjatag.simple_block()
def myblock(body, foo, bar=None):
return "myblock : "+body+foo+(bar or '')

```

Then, in your template code, use your new tags:

{% mytag foo='abc' xyz='def' %}

{% myblock foo='bar' %}contents{% endmyblock %}

The resulting output:

mytag: abc{'xyz':'def'}

myblock: contentsbar

That's really all there is to it. A simple_tag is expected to accept 0 or more arguments and return a string. A simple_block is expected to accept at least one argument which will be its rendered body.


Install
-------

The module is registered with pypi, so simply use:

easy_install jinjatag

or, if you're so inclined:

pip install jinjatag


Further Documentation
----------------------

More documentation is available at http://mankyd.github.com/jinjatag/

Also, tests are available in https://github.com/mankyd/jinjatag/tree/master/jinjatag/tests


License
--------

GPL v3

Authors
-------

Dave Mankoff
Mike Axiak

Release files for jinjatag 0.1.5

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for jinjatag 0.1.5
File Size Uploaded
jinjatag-0.1.5.tar.gz 4.1 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for jinjatag 0.1.5
File Interpreter ABI Platform
jinjatag-0.1.5-py2.7.egg Legacy Egg format - - Details

Total release size:13.6 kB

Release files / jinjatag-0.1.5.tar.gz

Download URL jinjatag-0.1.5.tar.gz
Size 4.1 kB
Tags Source
SHA-256 checksum
How to use checksums
0ed942f1b0c603c93ba4f764cfb07bb4f725246e8f5074c9dbfbed22334a1500
BLAKE2b-256 checksum
How to use checksums
b7d894c41fc74e6d5cb5a1ac9eb99543c6e85f790b58426f0b98e8c377874a82
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / jinjatag-0.1.5-py2.7.egg

Download URL jinjatag-0.1.5-py2.7.egg
Size 9.5 kB
Tags Egg
SHA-256 checksum
How to use checksums
8f73f35dc57ca28daeae8298c1db7591427b7b56fa7cbf888d24cf33a1b245fe
BLAKE2b-256 checksum
How to use checksums
a8112879690210d7d926f2ce150256cf0fae64e53cbc1d05925bcc538494f4e2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

0.1.6

2 release files

This release

0.1.5 This release

2 release files

0.1.4

3 release files

0.1.3

2 release files

0.1.2

1 release file

0.1.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page