Key-Value Pairs Representing Tag Arguments Example: For the markup {% include 'head.html' foo='bar' %}, hash['foo'] === 'bar'
{% include 'head.html' foo='bar' %}
Generated using TypeDoc
Key-Value Pairs Representing Tag Arguments Example: For the markup
{% include 'head.html' foo='bar' %}, hash['foo'] === 'bar'