diff --git a/templates/components/header.html b/templates/components/header.html
new file mode 100644
index 0000000..2ca7216
--- /dev/null
+++ b/templates/components/header.html
@@ -0,0 +1,29 @@
+{% macro header(title, description="", button_text="", button_url="", icon="fa-folder", button_class="", button_icon="fa-plus", button_style="") %}
+ {{ description }}
+
+ {{ title }}
+
+ {% if description %}
+
Your contacts will appear here.
{% endblock %} \ No newline at end of file diff --git a/templates/contacts/form.html b/templates/contacts/form.html index 7574a66..1acfabe 100644 --- a/templates/contacts/form.html +++ b/templates/contacts/form.html @@ -3,15 +3,22 @@ {% block content %}Add or edit contact information
+