You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
333 B
HTML
18 lines
333 B
HTML
![]()
1 year ago
|
{# Template for non-articles (About Me, Privacy…) #}
|
||
|
|
||
|
{% extends "base.html" %}
|
||
|
|
||
|
{%- block main_content %}
|
||
|
|
||
|
{{ macros_page_header::page_header(title=page.title) }}
|
||
|
|
||
|
<div id="page-content">
|
||
|
<main>
|
||
|
{{ page.content | safe }}
|
||
|
</main>
|
||
|
</div>
|
||
|
|
||
|
{%- include "partials/extra_features.html" -%}
|
||
|
|
||
|
{%- endblock main_content %}
|