I have written a custom tag in liquid, and I\'d like to pass a variable to it. Liquid tags will turn any parameter into a string.
For example:
{% nav pag
If you are using Jekyll specifically, you can access the page variable this way:
def render(context) page_url = context.environments.first["page"]["url"]