Safe Base

This commit is contained in:
itqop 2024-03-17 23:31:17 +03:00
parent 0dc40623c7
commit 7ea3b4b947
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
{% for page in page.get_children %} {% for page in page.get_children %}
<li class="nav-item"> <li class="nav-item">
<a class="nav-link text-nowrap" href="{{ page.url }}" target="_self"> <a class="nav-link text-nowrap" href="{{ page.url }}" target="_self">
{{ page.title }} {{ page.title|safe }}
</a> </a>
</li> </li>
{% endfor %} {% endfor %}