mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
corrected typo: users can edit / users can't edit
+1
-1
@@ -3,7 +3,7 @@ Liquid is a template engine which was crafted for very specific requirements
|
|||||||
* It has to have simple markup and beautiful results. Template engines which
|
* It has to have simple markup and beautiful results. Template engines which
|
||||||
don't produce good looking results are no fun to use.
|
don't produce good looking results are no fun to use.
|
||||||
* It needs to be non-evaling and secure. Liquid templates are made so that users
|
* It needs to be non-evaling and secure. Liquid templates are made so that users
|
||||||
can edit them. You don't want to run code on your server which your users
|
can't edit them. You don't want to run code on your server which your users
|
||||||
wrote.
|
wrote.
|
||||||
* It has to be stateless. The compile and render steps have to be separate, so
|
* It has to be stateless. The compile and render steps have to be separate, so
|
||||||
that the expensive parsing and compiling can be done once; later on, you can
|
that the expensive parsing and compiling can be done once; later on, you can
|
||||||
|
|||||||
Reference in New Issue
Block a user