Skip to content

Instantly share code, notes, and snippets.

@Kcko
Last active August 29, 2015 14:07
Show Gist options
  • Save Kcko/4ec219effff2b38ea644 to your computer and use it in GitHub Desktop.
Save Kcko/4ec219effff2b38ea644 to your computer and use it in GitHub Desktop.
Partial rendering - nette, latte, formuláře
{foreach $form[gender]->items as $key => $label}
<label n:name="gender:$key"><input n:name="gender:$key"> {$label}</label>
{/foreach}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment