request
The request
object has the following attributes:
request.path
Returns the current path for the page.
For example, visiting https://demo.selly.store/category/e341da
Input
{{ request.path }}
Output
/category/e341da
The request
object has the following attributes:
Returns the current path for the page.
For example, visiting https://demo.selly.store/category/e341da
{{ request.path }}
/category/e341da