obol

Owner: IIIlllIIIllI URL: git@git.0x00nyx.xyz:seb/obolserver.git

example-site/templates/layout.html

<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>{{config.site.title}}</title>
  </head>
  <body>
    {{template "header"}}
    <main>
      {{template "content"}}
    </main>
  </body>
</html>