2

Is there a templating language like jade that is for both python and javascript and has the same syntax on each?

Pyjade does not have the same syntax for the engine-specific parts as jade, and therefore will not work for me.

I am willing to use something like jinja2js, but jinja2js doesn't work for pyjade.

fread2281
  • 1,136
  • 1
  • 11
  • 31

1 Answers1

4

I'm Syrus, author of pyjade. I have developed recently the package jsjinja which converts Jinja2 templates to javascript in a new and different way.

Check it out! ;)

Syrus Akbary Nieto
  • 1,249
  • 12
  • 20