First time here? Check out the FAQ!

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 question/javascript.html No, it's impossible. What for do you could add something like:need this?

{% if request.path == '/my-url/' %}
<script src="http://example.com/script.js" />
{% endif %}