Skip to content

Instantly share code, notes, and snippets.

@fprochazka
Created September 16, 2010 13:39
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 fprochazka/582437 to your computer and use it in GitHub Desktop.
Save fprochazka/582437 to your computer and use it in GitHub Desktop.
{foreach $blocks as $block}<div {attr id($block->id) class($block->classes)} n:tag-if="$block->hasContainer">
{foreach $block->components as $component}
{control $component->name:$component->render, $component->params}
{/foreach}
</div>{/foreach}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment