Skip to content

Instantly share code, notes, and snippets.

@paulschwarz
Last active December 21, 2015 17:49
Show Gist options
  • Save paulschwarz/6342647 to your computer and use it in GitHub Desktop.
Save paulschwarz/6342647 to your computer and use it in GitHub Desktop.
<html>
<head>
</head>
<body>
I'm the chrome.
<div id="a big div that wraps admin, where's the problem?">
I'm the admin menu
{{>admin_menu}}
I'm the admin content
{{>content}}
</div>
</body>
</html>
<html>
<head>
</head>
<body>
I'm the chrome.
{{>content}}
</body>
</html>
<div id="a big div that wraps admin, where's the problem?">
I'm the admin menu
{{>admin_menu}}
I'm the admin content
{{>content}}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment