LiquidJS
Tutorials
Tags
Filters
Playground
API
English
English
简体中文
GitHub
Playground
Template
<ul> {%- for person in people %} <li> <a href="{{person | prepend: "https://example.com/"}}"> {{ person | capitalize }} </a> </li> {%- endfor%} </ul>
Context
{ "people": [ "alice", "bob", "carol" ] }
Output
Loading...
Tutorials
Tags
Filters
Playground
API
English
简体中文