Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.fourthwall.com/llms.txt

Use this file to discover all available pages before exploring further.

FilterDescriptionExample
localized_urlAdd locale prefix to URL{{ product.url | localized_url }}/en/products/my-product
url_encodeURL-encode a string{{ 'hello world' | url_encode }}hello+world
url_escapeEscape URL characters{{ url | url_escape }}
handle / handleizeConvert to URL-safe handle{{ 'My Product!' | handle }}my-product