Changed paths:
M dashboard/app/templates/error.html
M dashboard/app/templates/templates.html
A dashboard/app/templates_compile_test.go
Log Message:
-----------
dashboard/app: migrate error page to bootstrap
Introduce head_bootstrap template that loads Bootstrap 5.3.8 via CDN.
Update error.html to use head_bootstrap and style the error message
using Bootstrap's container and alert components.
Add templates_compile_test.go to verify templates compile.