portal-example.mustache revision 67f824556063fa7deaadb16a00de378266ba4f60
1094N/A<!DOCTYPE html>
1094N/A<html lang="en" class="yui3-loading">
1094N/A<head>
1094N/A <meta charset="utf-8">
1094N/A <title>{{title}}</title>
1094N/A <link rel="stylesheet" href="http://yui.yahooapis.com/2.8.2/build/reset-fonts-grids/reset-fonts-grids.css" type="text/css">
1094N/A <link rel="stylesheet" type="text/css" href="{{componentAssets}}/portal/portal.css">
1094N/A <script src="{{yuiSeedUrl}}"></script>
1094N/A</head>
1094N/A<body class="yui3-skin-sam">
1094N/A
1094N/A{{>layout_content}}
1094N/A
1094N/A</body>
1094N/A</html>
1094N/A