Skip to content

Instantly share code, notes, and snippets.

@sartak
Last active August 29, 2015 14:04
Show Gist options
  • Save sartak/4864919d315724a9f062 to your computer and use it in GitHub Desktop.
Save sartak/4864919d315724a9f062 to your computer and use it in GitHub Desktop.
<html>
<body>
: block outer -> {
<h1>hello world</h1>
<nav>...</nav>
<div>
: block inner -> { }
: block footer -> {
copyright
: }
</div>
: }
</body>
</html>
: cascade "1-wrapper.tx"
: around inner -> {
<p>this works fine and gets the footer</p>
: }
: cascade "1-wrapper.tx"
: around outer -> {
<p>this page uses the outer "body" block but still wants to reuse that
existing "footer" block</p>
:block footer
: }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment