ColdFusion Tag Parameters Can Be Included In Separate Files (Thanks Mark Drew!)

<!--- Send email, but define body elements in included files. --->
<cfmail
	to="ben@bennadel.com"
	from="blog@bennadel.com"
	subject="Child Params Test"
	type="html">
 
	<cfinclude template="cfmail_params.cfm" />
</cfmail>

For Cut-and-Paste