diff --git a/templates/macros/page_title.html b/templates/macros/page_title.html new file mode 100644 index 0000000..f810f04 --- /dev/null +++ b/templates/macros/page_title.html @@ -0,0 +1,7 @@ +{% macro page_title(title) %} + + + {{ title }} + + +{% endmacro %}