Skip to content

Instantly share code, notes, and snippets.

@Vp3n
Created January 26, 2012 22:22
Show Gist options
  • Save Vp3n/1685489 to your computer and use it in GitHub Desktop.
Save Vp3n/1685489 to your computer and use it in GitHub Desktop.
playComponent - layout
<!DOCTYPE html>
<html>
<head>
<title>#{get 'title' /}</title>
<meta charset="${_response_encoding}">
<link rel="stylesheet" media="screen" href="@{'/public/stylesheets/main.css'}">
#{get 'moreStyles' /}
<link rel="shortcut icon" type="image/png" href="@{'/public/images/favicon.png'}">
<script src="@{'/public/javascripts/jquery-1.5.2.min.js'}" type="text/javascript" charset="${_response_encoding}"></script>
#{get 'moreScripts' /}
</head>
<body>
#{play.component.menu showAdminItems: false, template: 'tags/_menu.html' /}
#{doLayout /}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment