python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Django isn't evaluating template variables
When I inspect the page I see: post="{% url daySlots %}"
But Im expecting to see this evaluated to: post="/daySlots/"
Its also ignoring other variables, the html shows the variable...

Charles Durfee
Votes: 0
Answers: 1
Enhance Ansible Jinja2 to improve performance for for loop with if statement
let me share my code first before explaining what I wish to perform
this is my vars.yml
variable1:
- { nameField1: "valueField1A", nameField2: "valueField2A", nameField3: "v...
shawlin
Votes: 0
Answers: 1
How to combine 2 list based on a common key value in Ansible Jinja2
I am trying to combine a particular value into a list based on a common key(organizationId) value from a JSON array. Here i am using a Jinja template to create a Json file that will be used for furthe...
Vinny
Votes: 0
Answers: 1
jinja2 fastapi, output dict to html not showing results
i am trying to pass my searched result to a html page with jinja2 from fastapi.
here is my back end
@app.get("/api/search")
async def get_card_price(request: Request, card_search_keyword: st...
user1897151
Votes: 0
Answers: 1