Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HAML or Jade template syntax available for Python?

Tags:

python

pug

haml

Are there any template engines for Python with a syntax similar to Jade or HAML?

like image 266
Dale Bertrand Avatar asked Oct 03 '11 16:10

Dale Bertrand


People also ask

What is Jade Python?

Jade Python is a skin for the Python Revolver item in Rust. You will be able to apply this skin at a repair bench or when you craft the item in-game.

What is a template engine for Python?

Template engines take in tokenized strings and produce rendered strings with values in place of the tokens as output. Templates are typically used as an intermediate format written by developers to programmatically produce one or more desired output formats, commonly HTML, XML or PDF.


1 Answers

Check the pyjade Python package here at pypi, and here at github.

Pyjade is a Jade syntax adapter for Django, Jinja2 and Mako templates

Disclaimer: I am the owner :)

like image 164
Syrus Akbary Nieto Avatar answered Sep 28 '22 16:09

Syrus Akbary Nieto