Skip to content

Instantly share code, notes, and snippets.

@WillSams
Created March 31, 2015 14:27
Show Gist options
  • Save WillSams/f5e048389f88e313a787 to your computer and use it in GitHub Desktop.
Save WillSams/f5e048389f88e313a787 to your computer and use it in GitHub Desktop.
My Sitemesh configuration
<decorators defaultdir="/WEB-INF/templates">
<!-- <excludes>
<pattern>/content/styles/*</pattern>
<pattern>/content/scripts/*</pattern>
<pattern>/content/images/*</pattern>
</excludes> -->
<decorator name="main" page="layout.jsp">
<pattern>/*</pattern>
</decorator>
</decorators>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment