Skip to content

Instantly share code, notes, and snippets.

@qstudio
Last active November 7, 2020 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qstudio/2c8aeb2c7a1201abc63d08e31de38384 to your computer and use it in GitHub Desktop.
Save qstudio/2c8aeb2c7a1201abc63d08e31de38384 to your computer and use it in GitHub Desktop.
{~ ui~loop {+
<div>
<h1>ONE: First loop</h1>
{@ {: one :}
<h5>{{ title }}</h5>
@}
</div>
<div>
<h1>ONE: Second loop</h1>
{@ {: one :}
<h5>{{ [ strtoupper ]title }}</h5>
@}
</div>
<div>
<h1>TWO: First loop</h1>
{@ {: two :}
<h5>{{ title }}</h5>
@}
</div>
+} ~}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment