{% extends "common/base.html" %} {% from 'components/header.html' import header %} {% block title %}Create Room - DocuPulse{% endblock %} {% block content %} {{ header( title="Create New Room", description="Create a new room to organize and manage your documents", button_text="Cancel", button_url=url_for('rooms.rooms'), icon="fa-door-open", button_class="btn-secondary", button_icon="fa-times" ) }}