Skip to content

Instantly share code, notes, and snippets.

@joshlong
Last active December 13, 2015 17:29
Show Gist options
  • Save joshlong/4948600 to your computer and use it in GitHub Desktop.
Save joshlong/4948600 to your computer and use it in GitHub Desktop.
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles" %>
<%@ taglib prefix="security" uri="http://www.springframework.org/security/tags" %>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
<%@ page session="false" %>
<!doctype html>
<html ng-app="crm">
<head>
<!-- ... -->
</head>
<body>
<div id="navigation">
<!-- ... -->
</div>
<div id="content">
<tiles:insertAttribute name="content"/>
</div>
<div id="copyright">
Brought to you by <A href="http://www.springsource.org">SpringSource</a>.
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment