{% load static %}{% load files %}{% load util %}{% with file_parts=file|split:'?v=' %}{% with file=file_parts.0 version=file_parts.1 %}{% if not urlOnly %}{% else %}{% static file %}?v={{ version }}{% endif %}{% endwith %}{% endwith %}