{% if request_info %}

🌐 Request Information

Method
{{ request_info.method }}
Path
{{ request_info.path }}
{% if request_info.query %}
Query String
{{ request_info.query }}
{% endif %}
{% if request_info.headers %}

Request Headers

{% endif %}
{% endif %}