mirror of
https://github.com/marko-js/marko.git
synced 2026-01-25 15:03:04 +00:00
8 lines
80 B
Plaintext
8 lines
80 B
Plaintext
---
|
|
<% if (true) { %>
|
|
HELLO
|
|
<% } %>
|
|
<% if (false) { %>
|
|
WORLD
|
|
<% } %>
|
|
--- |