On my Jekyll-powered website I have an inclusion that does something function-like, but I can\'t figure out how to pass it parameters correctly.
When I use {% incl
{% incl
Alongside David Hutchison's, there is a third solution:
{% assign foo = baz.quux %} {% include function.liquid %}
Now you can reference {{ foo }} in your included file.
{{ foo }}