Created
January 26, 2012 22:22
-
-
Save Vp3n/1685489 to your computer and use it in GitHub Desktop.
playComponent - layout
This file contains 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
<!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