Skip to content

Instantly share code, notes, and snippets.

@cpilsworth
Created December 2, 2009 10:07
Show Gist options
  • Save cpilsworth/247101 to your computer and use it in GitHub Desktop.
Save cpilsworth/247101 to your computer and use it in GitHub Desktop.
<%@include file="/libs/wcm/global.jsp" %><%
%><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="keywords" content="<%= WCMUtils.getKeywords(currentPage) %>">
<cq:include script="/libs/wcm/init/init.jsp"/>
<% currentDesign.writeCssIncludes(out); %>
<title><%= currentPage.getTitle() == null ? currentPage.getName() : currentPage.getTitle() %></title>
<%-- The queue of page events described here -->
<cq:include script="/apps/foundation/components/analytics.google.queue.jsp"/>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment