summaryrefslogtreecommitdiff
path: root/spec/_layouts/toc.yml
blob: d77ea62a19f19e23d20aa3a29f10443c73ac2cda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
  <meta http-equiv='Content-Type' content='text/html; charset=utf-8' />

  <link rel="stylesheet" type="text/css" href="public/stylesheets/screen.css">

</head>

<body>

{{ content }}

</body>
</html>