Skip to content

Instantly share code, notes, and snippets.

@kukielp
Created January 5, 2021 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kukielp/0b145e4ede9d6481f1f2882ef55331bb to your computer and use it in GitHub Desktop.
Save kukielp/0b145e4ede9d6481f1f2882ef55331bb to your computer and use it in GitHub Desktop.
Customtage CFML
Calling a custom tag.
<cfset someVariable = "First Name + Last Name" />
<cf_console variable="#someVariable#" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment