Skip to content

Instantly share code, notes, and snippets.

@tagrudev
Last active August 29, 2015 14:08
Show Gist options
  • Save tagrudev/e97e067081fd93de4a0b to your computer and use it in GitHub Desktop.
Save tagrudev/e97e067081fd93de4a0b to your computer and use it in GitHub Desktop.
Errors
Jade syntax error: Expected {{else}} or block close for if
{{#if currentUser}}
ul.nav.navbar-nav.navbar-right
| {{#if currentUser}}
p It's true
| {{else}}
p It's false
| {{/if}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment