Hi mark256,
I have added the following code to the \templates\t4_bs5_blank\html\com_content\article\default.php file
HTMLHelper::_('bootstrap.tooltip');
HTMLHelper::_('bootstrap.modal');
NOTE: Ignore the following link in : Before </head>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.min.js" integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+" crossorigin="anonymous"></script>