{% extends "common/base.html" %} {% from "components/header.html" import header %} {% block title %}Dashboard - DocuPulse{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {{ header( title="Welcome back, " + current_user.username + "!", description="View your document management overview and statistics", button_text="", button_url="", icon="fa-home" ) }} {% if is_master %}
This is a master instance of DocuPulse. Additional functionality will be available soon.