{% extends 'page.html' %} {% set page = {} %} {% block tab_favicon %} {% endblock tab_favicon %} {% block tab_title %} SAPERE AUDE! {% endblock tab_title %} {% block path_header %} {% endblock path_header %} {% block page_date %} {% endblock page_date %} {% block cover %}
{% endblock cover%} {% block icon %}
🤷‍♂️
{% endblock icon%} {% block page_title %}
Page not found
{% endblock page_title %} {% block page_content %}

The page you are looking for is not found. This can happen because of the redesign, even though I try to preserve the content on this site.

{% set page = site['pages'][site['root_page_id']] %} Consider visiting main page {% if page.emoji %} {{page.emoji}} {{page.title}} {% elif page.icon %} {{page.title}} {% else %} {{page.title}} {% endif %}

Or take a look at the archive of all posts 🏛 Archive

{% endblock page_content %}