Jade templates for Muffin Framework
Project description
Muffin-Jade – Jade template engine for Muffin framework.
Requirements
python >= 3.3
Installation
Muffin-Jade should be installed using pip:
pip install muffin-jade
Usage
Add muffin_jade to PLUGINS in your Muffin Application configuration.
Options
JADE_CACHE_SIZE – Cache size for compiled templates (100)
JADE_ENCODING – Templates’ encoding (UTF-8)
JADE_PRETTY – Pretty output (True)
JADE_TEMPLATE_FOLDERS – List of pathes to templates folder ([templates])
Views
# Register custom context provider
# could be a function/coroutine
@app.ps.jade.ctx_provider
def custom_context():
return { 'VAR': 'VALUE' }
# Register a function into templates
@app.ps.jade.register
def sum(a, b):
return a + b
@app.register('/')
def index(request):
""" Check for user is admin. """
local_context = {'key': 'value'}
return app.ps.jade.render('index.jade', **local_context)
Bug tracker
If you have any suggestions, bug reports or annoyances please report them to the issue tracker at https://github.com/klen/muffin-jade/issues
Contributing
Development of Muffin-Jade happens at: https://github.com/klen/muffin-jade
Contributors
klen (Kirill Klenov)
License
Licensed under a MIT license.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file muffin-jade-0.0.8.tar.gz.
File metadata
- Download URL: muffin-jade-0.0.8.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10f8ef7d5c91369c9f6f94a1def31fea5e608448273be6d863b45b30d11f9f62
|
|
| MD5 |
8ec3fc9e3a110ac253ccbff2c4b31eb4
|
|
| BLAKE2b-256 |
4a060a772d02ae4d571953c81a196f80244a65b894358d2362296fac88d6a7c2
|
File details
Details for the file muffin_jade-0.0.8-py2.py3-none-any.whl.
File metadata
- Download URL: muffin_jade-0.0.8-py2.py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3bc98813816072f728e94eabd1ef7d0c6bbcfc6d1d4f98763b32fc3b0f6f889
|
|
| MD5 |
d129796f381fa90c8d39b2ac6bfabaee
|
|
| BLAKE2b-256 |
7a061dc3889f169803136d2dd7b7892bfacc8ecabefb38fdf0c94992a5a25fda
|