Skip to content

Instantly share code, notes, and snippets.

@navilan
Created January 9, 2010 11:17
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 navilan/272860 to your computer and use it in GitHub Desktop.
Save navilan/272860 to your computer and use it in GitHub Desktop.
Using the root template to exclude the hyde tag from rendered content
{%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