<html>
  <head>
    <title>Yahoi Application</title>
    {{{ STYLED_COMPONENTS_STYLE_TAG }}}
    {{{ EXTRACTED_POST_CSS_LINK }}}
    <link rel="stylesheet" type="text/css" href="/public/Stylesheets/simple-grid/simple-grid.min.css">
  </head>
  <body style="background-color: #EFF1F3; padding: 100px; box-sizing: border-box;">
    {{{ CLIENT }}}
  </body>
</html>