Created
March 29, 2023 07:51
-
-
Save dsathyakumar/10bddfc18b29c60be88db2933899a2e5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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