diff --git a/bin/render b/bin/render index 26d9b53d..1f3a054a 100755 --- a/bin/render +++ b/bin/render @@ -7,9 +7,11 @@ require 'liquid' class VirtualFileSystem def initialize snippet_1 = <<~LIQUID -

- {{- greating | default: 'Hello' }}, {{ name | default: 'world' -}}! -

+ + {%- liquid + echo "hello world" + -%} + LIQUID snippet_2 = <<~LIQUID {%- for i in (1..5) -%}