URL arg : id = {{ id }}
GET values :
{% for argument_name, argument_value in params.items() %}
{{argument_name}} = {{ argument_value }}
{% endfor %}