SyntaxFix
Write A Post
Hire A Developer
Questions
You can use the with template tag.
with
{% with name="World" %} <html> <div>Hello {{name}}!</div> </html> {% endwith %}