Created
January 9, 2010 11:17
-
-
Save navilan/272860 to your computer and use it in GitHub Desktop.
Using the root template to exclude the hyde tag from rendered content
This file contains 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
{%extends "skeleton/_root.html"%} | |
{%hyde | |
awesome: awesome1 | |
%} | |
{%block all%} | |
{{page.awesome}} | |
lorem ipsum | |
{%endblock%} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment