Update base.html

This commit is contained in:
Joseph Cheung 2023-02-20 19:58:02 +08:00
parent c6742fbf22
commit d2be38fd5f

View file

@ -29,7 +29,7 @@
</head>
<body class="{{ endpoint }}_endpoint" >
<main id="main_{{ self._TemplateReference__context.name|replace("simple/", "")|replace(".html", "") }}" class="{{body_class}}">
{% if errors %}
<!-- {% if errors %}
<div class="dialog-error" role="alert">
<a href="#" class="close" aria-label="close" title="close">×</a>
<ul>
@ -38,7 +38,7 @@
{% endfor %}
</ul>
</div>
{% endif %}
{% endif %} -->
<nav id="links_on_top">
{%- from 'simple/icons.html' import icon_big -%}