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 content %}
|
||||
{% block content_full %}
|
||||
<style>
|
||||
/*======================
|
||||
404 page
|
||||
|
|
|
@ -73,6 +73,8 @@
|
|||
</header>
|
||||
|
||||
<div class="content">
|
||||
{% block content_full %}
|
||||
{% endblock %}
|
||||
<section class="container">
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue