Created
July 24, 2011 16:02
-
-
Save Mikulas/1102768 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Example Filter Page</> | |
</> | |
<body> | |
<.container> | |
<#flash.span-24> | |
<.flash>message content</> | |
</> | |
<article.span-24> | |
{include #content} | |
</> | |
<.span-24> | |
</> | |
</> | |
</> | |
</> |
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
<!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