From 79271a1b136a501f4a78337e2f097a64810e9919 Mon Sep 17 00:00:00 2001 From: "Charles-P. Clermont" Date: Thu, 30 Oct 2025 12:20:57 -0400 Subject: [PATCH] --wip-- [skip ci] --- bin/render | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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) -%}