Migrated from liquid-for-programmers v2

tobi
2010-08-12 13:45:53 -07:00
parent 1055cacb96
commit ee3c562783
+1 -1
@@ -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