Skip to content

Instantly share code, notes, and snippets.

@gpickin
Created May 19, 2016 17:12
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 gpickin/5026d1ce091ec7f708534ab56d3c1f78 to your computer and use it in GitHub Desktop.
Save gpickin/5026d1ce091ec7f708534ab56d3c1f78 to your computer and use it in GitHub Desktop.
<cfoutput>
#html.doctype()#
<html lang="en">
<head>
<meta charset="utf-8">
<title>Custom Module Layout</title>
<meta name="description" content="ContentBox Application Template">
<meta name="author" content="Ortus Solutions, Corp">
<!---Base URL --->
<base href="#getSetting( "HTMLBaseURL" )#" />
</head>
<body data-spy="scroll">
<h3>My custom Module Layout</h3>
#renderView()#
</body>
</html>
</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment