Commit 7bbf602d authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

merged devel

parents 3d24af93 423eb5c0
include security.html
\ No newline at end of file
extends layout
block content
if user !== null
h1 Hello, #{user.firstName}
a(href="/account/profile") Profile
br
a(href="/account/logout") Logout
else
h1 Welcome
br
a(href="/account/login") Login
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment