mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 10:20:43 -07:00
Migrated from liquid-for-programmers v2
@@ -1,7 +1,7 @@
|
||||
h2. First steps
|
||||
|
||||
Its very simple to get started with liquid. A liquid template is rendered in two steps: Parse and Render.
|
||||
For an overview of the liquid syntax please go to [[Home]].
|
||||
For an overview of the liquid syntax please read [[Liquid for Designers]].
|
||||
|
||||
<pre><code>
|
||||
@template = Liquid::Template.parse("hi {{name}}") # Parses and compiles the template
|
||||
|
||||
Reference in New Issue
Block a user