mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
7 lines
295 B
Plaintext
7 lines
295 B
Plaintext
<c-template
|
|
params="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>
|
|
|
|
</c-template> |