Skip to content

Instantly share code, notes, and snippets.

@mbrown3321
Created June 5, 2021 05:07
Show Gist options
  • Save mbrown3321/33ca09937bb00738999ab663112f4901 to your computer and use it in GitHub Desktop.
Save mbrown3321/33ca09937bb00738999ab663112f4901 to your computer and use it in GitHub Desktop.
<% if (!user) { %>
<p>
Welcome! Please <a href="/login">log in</a> or
<a href="/register">register</a>.
</p>
<% } else { %>
<div>
<p><a href="/upload">Upload</a></p>
<p><a href="/logout">Log out</a></p>
</div>
<% } %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment