{# -*- mode: web; -*- #} {% extends "base.html" %} {% block title %} {% if current_user.is_authenticated %} Welcome, {{ user.name_first }} {{ user.name_last }}! {% else %} Welcome to the ERP for the FAPG! {% endif %} {% endblock %} {% block actions %}