readable syntax

master
Aevann 2023-09-15 01:47:17 +03:00
parent ad13f6df81
commit 36bf5b4c07
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@
<head>
{% block head %}
<meta charset="utf-8">
{% block title %}<title>{% block pagetitle %}if you see this pls report it as a bug &lt;3{% endblock %} - {{SITE_NAME}}</title>{% endblock %}
{% block title -%}
<title>{% block pagetitle %}if you see this pls report it as a bug &lt;3{% endblock %} - {{SITE_NAME}}</title>
{%- endblock %}
{{html_head.seo()}}
{{html_head.page_meta(self.pagetitle() or none)}}
{{html_head.javascript()}}