mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
4 lines
275 B
Plaintext
4 lines
275 B
Plaintext
<c:var name="message" value="data.message"/>
|
|
|
|
<div c:replace="'Hello'"><b>This content and parent DIV will be replaced with the text "Hello"</b></div>,
|
|
<div c:replace="message"><b>This content and parent DIV will be replaced with the value of the "message" variable</b></div> |