Skip to content

Instantly share code, notes, and snippets.

@bjartek
Created September 28, 2009 17:47
Show Gist options
  • Save bjartek/195596 to your computer and use it in GitHub Desktop.
Save bjartek/195596 to your computer and use it in GitHub Desktop.
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:lift="http://liftweb.net/">
<head> <!-- header stuff --> </head>
</head>
<body>
<div class="container">
<div class="column span-12 last" style="text-align: right"><h1 class="alt">sermo</h1></div>
<hr/>
<div class="column span-6 colborder sidebar"><hr class="space" />
<lift:Menu.builder />
<div><lift:snippet type="msgs"/><hr class="space" /></div>
</div>
<div class="column span-17 last"><lift:bind name="content" /></div>
<hr />
<!-- footer -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment