rustmark 0.6.3

Extensible web application for serving Markdown-based content
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>{{Title}}</title>
  <link rel="stylesheet" href="/css/bulma.min.css">
  <link rel="stylesheet" href="/css/fontawesome-all.min.css">
  <link rel="stylesheet" href="/css/styles.css">
  <link rel="stylesheet" href="/css/custom.css">
</head>
<body>
  <section class="section">
    <div class="container">
      <div class="content">
        <h1 class="title">
          <span class="icon">
            <i class="fa fa-triangle-exclamation"></i>
          </span>
          &nbsp;&nbsp;
          Server error
        </h1>
        <p>Unfortunately an error has occurred.</p>
      </div>
    </div>
  </section>
</body>
</html>