Back
javaScriptIncludeTag()
<!--- View Code --->
<head>
<!--- Includes `public/javascripts/main.js` --->
#javaScriptIncludeTag("main")#
<!--- Includes `publicjavascripts/blog.js` and `public/javascripts/accordion.js` --->
#javaScriptIncludeTag("blog,accordion")#
<!--- Includes external JavaScript file --->
#javaScriptIncludeTag("https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js")#
</head>
<body>
<!--- Will still appear in the `head` --->
#javaScriptIncludeTag(source="tabs", head=true, type="text/javascript")#
</body>
Copied!