breb 0.5.0

the blog/reblog library and command-line tool
Documentation
<html>
  <head>
    <title>error: {error}</title>
    <meta http-equiv="refresh" content="5">
    <style>
      :root {{
        color: white;
        background-color: black;

        @media (prefers-color-scheme: light) {{
          color: black;
          background-color: white;
        }}
      }}
    </style>
  </head>
  <body>
    <h1>internal server error</h1>
    <p>
      something went wrong trying to serve
      <code>{url:?}</code>:
    </p>
    <blockquote>
      <p>{error}</p>
    </blockquote>
    <p>
      automatically refreshing to try again in 5 seconds.
    </p>
  </body>
</html>