Created
September 27, 2022 00:34
-
-
Save Octagon-simon/c85ee8c6efe7afa94a23051181e6dfaa to your computer and use it in GitHub Desktop.
This file contains hidden or 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(loggedIn === true) { %> | |
| <li class="nav-item"> | |
| <a class="nav-link text-danger" href="/logout">Logout</a> | |
| </li> | |
| <% }else{ %> | |
| <li class="nav-item"> | |
| <a class="nav-link text-success" href="/login">Login</a> | |
| </li> | |
| <% } %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment