{% extends "common/base.html" %} {% from "components/header.html" import header %} {% block title %}Settings - DocuPulse{% endblock %} {% block content %} {{ header( title="Settings", description="Manage your docupulse settings", button_text="", button_url="", icon="fa-cog" ) }}