♻️ refactor: split macros.html in different files
Clearer macros format.
This commit is contained in:
5
templates/macros/page_header.html
Normal file
5
templates/macros/page_header.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% macro page_header(title) %}
|
||||
<div class="title-container section-title">
|
||||
{{ title }}
|
||||
</div>
|
||||
{% endmacro page_header %}
|
Reference in New Issue
Block a user