{% extends 'page.html' %} {% set page = {} %} {% block tab_favicon %} {% endblock tab_favicon %} {% block tab_title %}
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 %}