{% extends "common/base.html" %} {% from "components/header.html" import header %} {% block title %}Support Articles - DocuPulse{% endblock %} {% block head %} {% endblock %} {% block extra_css %} {% endblock %} {% block content %} {{ header( title="Support Articles", description="Create and manage help articles for users", icon="fa-life-ring", buttons=[ { 'text': 'Create New Article', 'url': '#', 'onclick': 'showCreateArticleModal()', 'icon': 'fa-plus', 'class': 'btn-primary' } ] ) }}
{% endblock %} {% block extra_js %} {% endblock %}