'Comment out' section in way that doesn't cause parse errors
This commit is contained in:
parent
6d4442fd61
commit
a408e91158
1 changed files with 4 additions and 2 deletions
|
@ -44,7 +44,8 @@
|
||||||
{% set header_section_attributes = header_section_attributes.removeClass('is-dark').setAttribute('data-headerbg', 'light') %}
|
{% set header_section_attributes = header_section_attributes.removeClass('is-dark').setAttribute('data-headerbg', 'light') %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{# block header #}
|
{% block header %}
|
||||||
|
{% if false %}
|
||||||
<section{{ header_section_attributes }}>
|
<section{{ header_section_attributes }}>
|
||||||
{% block header_title %}
|
{% block header_title %}
|
||||||
{% if page.header %}
|
{% if page.header %}
|
||||||
|
@ -73,7 +74,8 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock tabs %}
|
{% endblock tabs %}
|
||||||
</section>
|
</section>
|
||||||
{# endblock header #}
|
{% endif %}
|
||||||
|
{% endblock header %}
|
||||||
|
|
||||||
|
|
||||||
{% block main %}
|
{% block main %}
|
||||||
|
|
Loading…
Reference in a new issue