Skip to content

Instantly share code, notes, and snippets.

@savs
Created March 4, 2013 15:26
Show Gist options
  • Select an option

  • Save savs/5083004 to your computer and use it in GitHub Desktop.

Select an option

Save savs/5083004 to your computer and use it in GitHub Desktop.
<%@include file="/libs/foundation/global.jsp" %>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1"/>
<title><%= xssAPI.encodeForHTML( currentPage.getTitle() == null ? currentPage.getName() : currentPage.getTitle() ) %></title>
<% currentDesign.writeCssIncludes(pageContext); %>
<cq:include script="/libs/wcm/core/components/init/init.jsp"/>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment