{% extends "base.html" %}
{% block announce %}
📌 Currently, this project is in the active development stage; bugs and breaking
changes are expected. Welcome to leave any suggestions or feedbacks in
this issue or
submit a pull request to improve it. Thank you! Welcome to follow
@apiflask on Twitter for updates.
{% endblock %}
{% block extrahead %}
{% set title = config.site_name %}
{% if page and page.title and not page.is_homepage %}
{% set title = config.site_name ~ " - " ~ page.title | striptags %}
{% endif %}
{% set image = config.site_url ~ '/_assets/banner.png' %}
{% endblock %}
{% block analytics %}
{% endblock %}