Make it more evident in the browser staff markup that Hatch is getting
requested by the page. Additionally, the <body> tag will never disappear,
though in theory <eg-navbar> could.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
<link rel="stylesheet" href="[% ctx.base_path %]/staff/css/cat.css" />
<link rel="stylesheet" href="[% ctx.base_path %]/staff/css/style.css" />
</head>
- <body>
+ <body hatch-is-welcome-here>
<toast></toast>
<!-- load the navbar template inline since it's used on every page -->