Skip to content

Instantly share code, notes, and snippets.

@efleming969
Created March 3, 2010 15:09
Show Gist options
  • Select an option

  • Save efleming969/320667 to your computer and use it in GitHub Desktop.

Select an option

Save efleming969/320667 to your computer and use it in GitHub Desktop.
sample freemarker syntax
<head>
<title>${title} - YourCompanyName or Whatever</title>
<link rel="shortcut icon" href="/layout/favicon.ico"/>
[#list scripts as script]
<script type="text/javascript" src="${script}"></script>
[/#list]
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment