skip_header check improved
This commit is contained in:
parent
069471188b
commit
afb9784181
1 changed files with 1 additions and 1 deletions
|
@ -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="/">
|
||||||
|
|
Loading…
Reference in a new issue