Tags for Includes
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
{% include 'header', id: '1', name: 'optional to help code readability' %}
{% include 'footer', id: '1', name: 'optional to help code readability' %}
{% include 'content_section', id: '1', name: 'optional to help code readability' %}
{% include 'code_snippet', id: '1', name: 'optional to help code readability' %}
{% assign implicit_variable = 'a' %}
{% include 'my_file', explicit_variable: 'b' %}
{% assign varible_with_no_scope = 'c' %}