Created
May 19, 2016 17:12
-
-
Save gpickin/5026d1ce091ec7f708534ab56d3c1f78 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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