about summary refs log blame commit diff stats
path: root/layout.html
blob: 7c306cd8d4c34a21a8a01f5f7e338e28fb622a02 (plain) (tree)



















                                                                         
---
is_layout: true
---

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Anastasie's website</title>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width,initial-scale=1" />
    <meta name="description" content="Personal website of Anastasie." />
    <link rel="icon" href="img/favicon.png" />
    <link rel="stylesheet" href="style.css" />
  </head>
  <body>
    <div id="content">
    {{ content }}
    </div>
  </body>
</html>