Created
March 31, 2015 14:27
-
-
Save WillSams/f5e048389f88e313a787 to your computer and use it in GitHub Desktop.
My Sitemesh configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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