Revision history [back]
In the template question/javascript.html
you could add something like:
{% if request.path == '/my-url/' %}
<script src="http://example.com/script.js" />
{% endif %}
In the template No, it's impossible. What for do you question/javascript.html
could add something like:need this?
{% if request.path == '/my-url/' %}
<script src="http://example.com/script.js" />
{% endif %}