Action @ENDCOPY

Marks the end of content that must be copied by the @COPY action.

Every @COPY needs a corresponding @ENDCOPY.

Usage

<# @ENDCOPY #>

Examples

Example Result

<# @COPY(“example”) #>
Some text here
One more line
<# @ENDCOPY #>
But then!
<# @PASTE(“example”) #>

Some text here
One more line
But then!
Some text here
One more line

More information

See the @COPY action for more details.

See also