{% extends "base.html" %} {% block title %}{{ page_title or "Papers" }}{% endblock %} {% block body_class %}{{ body_class or "" }}{% endblock %} {% block extra_head %} {# @feat pwa: the tags (manifest link, apple + theme-color meta) that make every paper page installable/standalone. theme-color must stay in lock-step with the manifest's theme_color (routes/docs.py:paper_manifest). #} {{ datasette_paper_vite_entry(entrypoint) | safe }} {% endblock %} {% block content %}
{% endblock %}