[Answered ]-How to use variables in template tag arguments? 19 December 2023 by thecoderscamp.com 2👍 ✅ You can use with with an add template filter as suggested here: {% with 'teammembers/'|add:image as image_static %} <img src="{% static image_static %}"> {% endwith %} 👤alecxe [Answered ]-Django 1.6 app tests.py to tests subdirectory Source:stackexchange.com