skip_header check improved

This commit is contained in:
Fabio Manganiello 2021-01-26 02:17:25 +01:00
parent 069471188b
commit afb9784181
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<title>{{ title }}</title> <title>{{ title }}</title>
</head> </head>
<body> <body>
{% if skip_header == False %} {% if not skip_header %}
<header> <header>
<div class="left"> <div class="left">
<a href="/"> <a href="/">