Skip to content

Instantly share code, notes, and snippets.

@avakhov
Created July 30, 2012 12:14
Show Gist options
  • Save avakhov/3206505 to your computer and use it in GitHub Desktop.
Save avakhov/3206505 to your computer and use it in GitHub Desktop.
For blog - comment
<li>
{{text}}
{{^empty}}<ul>{{/empty}}
{{#children}}
{{> comment}}
{{/children}}
{{^empty}}</ul>{{/empty}}
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment