main
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 <title>Cakery</title>
7 <meta name="description" content="">
8 <meta name="viewport" content="width=device-width, initial-scale=1">
9
10 {{content-for 'head'}}
11
12 <link rel="stylesheet" href="assets/vendor.css">
13 <link rel="stylesheet" href="assets/cakery.css">
14 </head>
15 <body>
16 {{content-for 'body'}}
17
18 <script src="assets/vendor.js"></script>
19 <script src="assets/cakery.js"></script>
20 </body>
21</html>