{% extends "base.html" %} {% block title %}Home {% endblock %} {% block body %} {#

Welcome

#} {# {% if session.user_id %} #} {# {% if is_logged_in %} #} {% if current_user and user_role %}

Welcome {{ user_name }}!

Please browse the Menu to view and update your profile.

{#

Please browse the Menu to view and update your profile.

#} {#

Please browse the Menu to view and update your profile.

#} {#

Please browse the Menu to view and update your profile.

If you need help please email r.ghrirri@gold.ac.uk

#} {# User with ID {{ session.user_name }} is logged in. #} {# User with name {{ current_user.name }} is logged in. #} {#

Hello from a Twig template, {{ current_user.name }}!

#} {#

Please click menu link to access your account Menu

#} {# #} {# #} {% else %} {#

Please click login to check you have logged in successfully link to access your account Login

#}

Please click login to check you have logged in successfully or if you have a staff pages account. Click login link to access your account: {# your account Login #} {# Login #} Login

{#

Please click login to check you have logged in successfully or if you have a staff pages account. Click login link to access your account: {# your account Login #} {#Login

#} {% endif %} {% endblock %}