{% extends "base.html" %} {% block htmltitle %} {% if page and page.title and not page.is_homepage %} {{ page.title | striptags }} - {{ config.site_name }} {% else %} {{ config.site_name }} - {{ config.site_description }} {% endif %} {% endblock %} {% block extrahead %} {% if page and page.title and not page.is_homepage %} {% endif %} {% endblock %} {% block announce %}
🚀 Zenoo RPC v0.3.0 is now available with advanced features like caching, transactions, and batch operations! Get Started
{% endblock %}