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?