i am including a volt file in another volt file, now how can i send parameters from one file to another...here i want to send request parameter to search.volt file.......HOW?
    <section class="">
    {% include "searchengine/search.volt" %}
    {% if query %}
        {% set request=query %}
    {% else %}
        {% set request=null %}
    {% endif %}        
</section>