- ⌂ Publishing
- Directives
#NODEPEND
Disable dependency recording and checking for a specific block of cTemplate. When dependency checking is enabled, if referenced content and variables change, the system will recognize the Publication Procedure must be republished.
Prototype
#NODEPEND ... #ENDNODEPEND
Example
#/ Disable dependencies, so the Publication Procedure
#/ will not republish when the $SystemDate changes.
#NODEPEND
Published on #FORMAT($SystemDate, "%B %e, %Y")
#ENDNODEPEND