♻️ refactor: improve spacing and indentation
parent
4b18391c18
commit
dceceff5fd
@ -1,8 +1,10 @@
|
|||||||
{% extends "page.html" %}
|
{% extends "page.html" %}
|
||||||
|
|
||||||
{% block main_content %}
|
{% block main_content %}
|
||||||
|
|
||||||
<main class="centered-header">
|
<main class="centered-header">
|
||||||
{{ macros_page_header::page_header(title="404")}}
|
{{ macros_page_header::page_header(title="404")}}
|
||||||
<span>not found</span>
|
<span>not found</span>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
{% endblock main_content %}
|
{% endblock main_content %}
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
{% macro page_header(title) %}
|
{% macro page_header(title) %}
|
||||||
|
|
||||||
<div class="title-container section-title bottom-divider">
|
<div class="title-container section-title bottom-divider">
|
||||||
{{ title }}
|
{{ title }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endmacro page_header %}
|
{% endmacro page_header %}
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block main_content %}
|
{% block main_content %}
|
||||||
|
|
||||||
{{ macros_content::content(page=page)}}
|
{{ macros_content::content(page=page)}}
|
||||||
|
|
||||||
{% endblock main_content %}
|
{% endblock main_content %}
|
||||||
|
Loading…
Reference in New Issue