For example, at the macros.rst page (https://bootstrap-flask.readthedocs.io/en/stable/macros/), replace all import statements from ``` {% from 'bootstrap4/nav.html' import ... %} ``` To: ``` {% from 'bootstrap5/nav.html' import ... %} ```