{% extends "base.html" %}
{% block announce %}
Cello v1.2.0 — Redis Lua scripting, Rust-native AsyncClient, critical bug fixes
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 %}