Try to 100% heignt template
This commit is contained in:
parent
f2750879dd
commit
b5b9236a78
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
{% block body_class %}template-404{% endblock %}
|
{% block body_class %}template-404{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content_full %}
|
||||||
<style>
|
<style>
|
||||||
/*======================
|
/*======================
|
||||||
404 page
|
404 page
|
||||||
|
|
|
@ -73,6 +73,8 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
{% block content_full %}
|
||||||
|
{% endblock %}
|
||||||
<section class="container">
|
<section class="container">
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue