{% extends "base.html" %}
{% block announce %}
Cello v1.2.4 — Critical fix: async handlers now work correctly
Release notes →
{% endblock %}
{% block extrahead %}
{{ super() }}
{% if page and page.meta %}
{% if page.meta.description %}
{% endif %}
{% if page.meta.tags %}
{% endif %}
{% endif %}
{% if page and page.is_homepage %}
{% endif %}
{% endblock %}