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>