Skip to content

Instantly share code, notes, and snippets.

@dsathyakumar
Created March 29, 2023 07:51
Show Gist options
  • Save dsathyakumar/10bddfc18b29c60be88db2933899a2e5 to your computer and use it in GitHub Desktop.
Save dsathyakumar/10bddfc18b29c60be88db2933899a2e5 to your computer and use it in GitHub Desktop.
<html>
<head></head>
<body>
<p>Hello ${data.name}! You have ${data.count} messages!</p>
<ul if(data.colors && data.colors.length)>
<li style="color: ${color}" for(color in data.colors)>${color}</li>
</ul>
<include("./footer.marko") name=data.name/>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment