Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

mutiple if in express handlebars

{{#if A}}
  something
  {{else if B}}
    something
    {{else if C}}
      something
    {{/if}}
  {{/if}}
{{/if}}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #mutiple #express #handlebars
ADD COMMENT
Topic
Name
6+3 =