Skip to content

Instantly share code, notes, and snippets.

@Mikulas
Created July 24, 2011 16:02
Show Gist options
  • Save Mikulas/1102768 to your computer and use it in GitHub Desktop.
Save Mikulas/1102768 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Example Filter Page</>
</>
<body>
<.container>
<#flash.span-24>
<.flash>message content</>
</>
<article.span-24>
{include #content}
</>
<.span-24>
</>
</>
</>
</>
<!DOCTYPE html>
<html>
<head>
<title>Example Filter Page</title>
</head>
<body>
<div class="container">
<div id="flash" class="span-24">
<div class="flash">message content</div>
</div>
<article class="span-24">
{include #content}
</article>
<div class="span-24">
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment