mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-17 05:10:40 -07:00
modified title using passed in variable
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{%header content: "welcome to liquid" | capitalize%}
|
||||
{%assign title = title%}
|
||||
{%header content: title | capitalize%}
|
||||
|
||||
<ul>
|
||||
{% for todo in todos %}
|
||||
|
||||
Reference in New Issue
Block a user