mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 18:30:40 -07:00
Migrated from getting-liquid-to-work-in-rails v7
@@ -27,6 +27,16 @@ Liquid:
|
||||
{{ 'This is a long section of text' | truncate: 3 }} #=> Thi...
|
||||
</pre>
|
||||
|
||||
h3. Using .liquid as a layout
|
||||
|
||||
Insert
|
||||
<pre>
|
||||
{{ content_for_layout }}
|
||||
</pre>
|
||||
in your liquid layout where you would put @<%= yield %>@ in an erb layout.
|
||||
|
||||
Note: if you are collecting content with @<%= content_for :foo do %> ... <% end %>@ then there is currently no way to access this in a liquid layout.
|
||||
|
||||
|
||||
h2. Using Rails model data and methods in Liquid templates
|
||||
|
||||
|
||||
Reference in New Issue
Block a user