I had the following code in my jade file:
a(href='{{url_for("browse_problem", problem_id=problem._id)}}')
I was trying to evaluate the url_for function and set the value as the href attribute, but the code above does not work. Can someone help me correct it?
I solved this problem myself by changing some code inside pyjade... Seems to be a bug when parsing content including 'class' or 'id'.