diff --git a/templates/macros/section_title.html b/templates/macros/section_title.html
new file mode 100644
index 0000000..1db100e
--- /dev/null
+++ b/templates/macros/section_title.html
@@ -0,0 +1,14 @@
+{% macro section_title(title, anchor="") %}
+
+
+ {%- if anchor %}
+
+
{{ title }}
+
+ {%- else %}
+
{{ title }}
+ {%- endif %}
+
+
+
+{% endmacro %}