Created
February 23, 2018 11:17
-
-
Save kimonoki/e09cf3055497ab08d7370c35dab24248 to your computer and use it in GitHub Desktop.
ejs if else conditionals
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if | |
<% if(...) { %> xxx <% } %> | |
if else | |
<% if(...) { %> xxx <% } else { %> xxx <% } %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment