<!DOCTYPE html>
<html >
  <head>
    <meta charset="UTF-8">
    <title><%= message %></title>
    <style type="text/css">
      <%- include('main.css', {}); %>
     </style>
  </head>
  <body>
    <header role="navigation" class="header header__desktop fixed">
      <section class="header-wrap">
        <div class="logo-block">
          <img src="https://design.inrupt.com/atomic-core/img/solid.svg" />
        </div>
      </section>
    </header>
    <div class="main-content">
      <section class="main-content-section">
        <div class="wrapper">
          <section class="toaster-wrap--primary toaster" style="margin-top: 114px">
            <div class="toaster-wrap__content">
              <p class="content__message">
                <%= message %>
              </p>
            </div>
          </section>
        </div>
      </section>
    </div>
  </body>
</html>