Skip to content

Instantly share code, notes, and snippets.

@yko
Created August 22, 2010 17:13
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 yko/544011 to your computer and use it in GitHub Desktop.
Save yko/544011 to your computer and use it in GitHub Desktop.
@@ a
%layout 'x';
Bla-bla=<%== content %>
@@ b
% extends 'a';
bla!
@@ layouts/x
Let's say: "<%== content %>".
@@ 'b' expected to render:
Let's say: "Bla-bla-bla!".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment