Created
September 28, 2009 17:47
-
-
Save bjartek/195596 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<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