vyuh 0.2.11

Vyuh web framework for Axum and SQLx with handler-first APIs
Documentation
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="color-scheme" content="light">
  <title>{{ status }} - Vyuh Console</title>
  <link rel="icon" href="/assets/img/favicon.svg">
  <link rel="stylesheet" href="{{ stylesheet_path }}">
</head>
<body class="vyuh-page console-body">
  <section class="console-login">
    <article class="vyuh-card console-login-card">
      <a class="vyuh-brand" href="{{ base_path }}/">
        <img src="/assets/img/vyuh-logo-transparent.png" alt="Vyuh logo">
        <span>vyuh</span>
      </a>
      <p class="vyuh-kicker console-login-kicker">Console {{ status }}</p>
      <h1 class="vyuh-section-title">{{ title }}</h1>
      <p class="vyuh-copy">{{ message }}</p>
      <a class="vyuh-button vyuh-button-primary" href="{{ base_path }}/">Return to console</a>
    </article>
  </section>
</body>
</html>