1{%- assign _pre7 = include.path | slice: 0, 7 -%} 2{%- assign _pre8 = include.path | slice: 0, 8 -%} 3{%- if _pre7 == 'http://' or _pre8 == 'https://' -%} 4 {%- assign __return = include.path -%} 5{%- else -%} 6 {%- include snippets/prepend-baseurl.html path=include.path -%} 7 {%- assign __return = __return -%} 8{%- endif -%}