forked from publicclass/express-partials
-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
Do not understand, but i have errors, while use switch or if/else op...
Somethin like this :
<% switch ( state ) { %>
<% case 0: %>
some text
<% break; %>
<% case 1: %>
another one
<% break; %>
<% } %>
or this :
<% if (state == 0) { %>
First state
<% } %>
<% else if (state == 1) { %>
Second state
<% } %>
but simple 'if' op is works
Error: " SyntaxError: Unexpected token ; "
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels