Re-Use Code
CFINCLUDE
<CFINCLUDE TEMPLATE="template_name">
Use CFMODULE to invoke a custom tag for use in your Cold Fusion application pages.
CFMODULE can help deal with any custom tag name conflicts that might arise.
<CFMODULE TEMPLATE="template"
NAME="tag_name"
ATTRIBUTE="value” ...>