feat(template): add header content icon block

!1
This commit is contained in:
2024-05-14 05:05:09 +09:30
parent 4582c955b8
commit 50cc050adf
6 changed files with 63 additions and 3 deletions

View File

@ -47,7 +47,7 @@
{% include 'navigation.html.j2' %}
</nav>
<section>
<h2>{% block title %}Page Title{% endblock %}</h2>
<h2>{% block title %}Page Title{% endblock %}{% block content_header_icon %}<span title="View History" id="content_header_icon">H</span>{% endblock %}</h2>
<article>
{% block body%}{% endblock %}
</article>