<cfscript>

	cfmodule( template = "./var-test.cfm" ) {
		echo( "Tag body. <br />" );
	}

</cfscript>