mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
--wip-- [skip ci]
This commit is contained in:
+5
-3
@@ -7,9 +7,11 @@ require 'liquid'
|
||||
class VirtualFileSystem
|
||||
def initialize
|
||||
snippet_1 = <<~LIQUID
|
||||
<h1>
|
||||
{{- greating | default: 'Hello' }}, {{ name | default: 'world' -}}!
|
||||
</h1>
|
||||
|
||||
{%- liquid
|
||||
echo "hello world"
|
||||
-%}
|
||||
|
||||
LIQUID
|
||||
snippet_2 = <<~LIQUID
|
||||
{%- for i in (1..5) -%}
|
||||
|
||||
Reference in New Issue
Block a user