Amolith opened 
When visiting the about page, instead of the entire HTML template, I only see the following seven lines.
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="color-scheme" content="light dark">
  <title>
I suspect Go templating in the <title> element needs fixing.
Initially relevant files are
- pkg/web/templates/about.html
 - pkg/web/webui_about.go