mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
7 lines
201 B
Plaintext
7 lines
201 B
Plaintext
<c:template
|
|
xmlns:c="http://raptorjs.org/templates/core"
|
|
params="name,count">
|
|
|
|
${name != null ? "Hello ${name.toUpperCase()}! You have $count new messages." : null}
|
|
|
|
</c:template> |