Skip to content

Instantly share code, notes, and snippets.

@pafnuty
Created June 23, 2014 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pafnuty/219010535010fef43001 to your computer and use it in GitHub Desktop.
Save pafnuty/219010535010fef43001 to your computer and use it in GitHub Desktop.
[aviable=main]
<!DOCTYPE html>
<html>
<head>
{headers}
</head>
<body>
{custom}
</body>
</html>
[/aviable]
[not-aviable=main]
<!DOCTYPE html>
<html>
<head>
{headers}
</head>
<body>
{content}
</body>
</html>
[/not-aviable]
[category=1,2,3]
<!DOCTYPE html>
<html>
<head>
{headers}
</head>
<body>
{content}
</body>
</html>
[/category]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment