mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 01:10:41 -07:00
12 lines
111 B
HTML
12 lines
111 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
{{ content }}
|
|
|
|
{% for item in page.examples %}
|
|
|
|
<code>{{ item }}</code>
|
|
|
|
{% endfor %}
|