♻️ refactor: split macros.html in different files

Clearer macros format.
This commit is contained in:
welpo 2023-02-21 19:39:54 +01:00
parent 3d7a662ac8
commit 3aa22cb3ad
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
18 changed files with 233 additions and 256 deletions

View file

@ -1,5 +1,5 @@
{% extends "base.html" %}
{% block main_content %}
{{ post_macros::content(page=page)}}
{{ macros_content::content(page=page)}}
{% endblock main_content %}