aboutsummaryrefslogtreecommitdiff
path: root/samples/Groovy Server Pages/bar.gsp
blob: 4a7eabf6adcc0700f09b7d4b1b7f06d7134e8559 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Testing with SiteMesh and Resources</title>
    <meta name="layout" content="blankMain"/>
    <r:require module="style"/>
</head>
<body>
</body>
</html>