You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- var auth_status = ""
if user.is_authenticated
auth_status = "loggedin"
body(class='#{auth_status}')
.wrapper
include includes/header
.container
.main-content
.main-head
block main
block content
include includes/footer
The text was updated successfully, but these errors were encountered:
Is this the best way to do this?
The text was updated successfully, but these errors were encountered: