8 <meta name="viewport" content="width=device-width, initial-scale=1"> |
8 <meta name="viewport" content="width=device-width, initial-scale=1"> |
9 |
9 |
10 {{content-for "head"}} |
10 {{content-for "head"}} |
11 {{content-for "test-head"}} |
11 {{content-for "test-head"}} |
12 |
12 |
13 <link rel="stylesheet" href="assets/vendor.css"> |
13 <link rel="stylesheet" href="{{rootURL}}assets/vendor.css"> |
14 <link rel="stylesheet" href="assets/app-client.css"> |
14 <link rel="stylesheet" href="{{rootURL}}assets/app-client.css"> |
15 <link rel="stylesheet" href="assets/test-support.css"> |
15 <link rel="stylesheet" href="{{rootURL}}assets/test-support.css"> |
16 |
16 |
17 {{content-for "head-footer"}} |
17 {{content-for "head-footer"}} |
18 {{content-for "test-head-footer"}} |
18 {{content-for "test-head-footer"}} |
19 </head> |
19 </head> |
20 <body> |
20 <body> |
21 {{content-for "body"}} |
21 {{content-for "body"}} |
22 {{content-for "test-body"}} |
22 {{content-for "test-body"}} |
23 |
23 |
24 <script src="testem.js" integrity=""></script> |
24 <script src="{{rootURL}}testem.js" integrity=""></script> |
25 <script src="assets/vendor.js"></script> |
25 <script src="{{rootURL}}assets/vendor.js"></script> |
26 <script src="assets/test-support.js"></script> |
26 <script src="{{rootURL}}assets/test-support.js"></script> |
27 <script src="assets/app-client.js"></script> |
27 <script src="{{rootURL}}assets/app-client.js"></script> |
28 <script src="assets/tests.js"></script> |
28 <script src="{{rootURL}}assets/tests.js"></script> |
29 <script src="assets/test-loader.js"></script> |
|
30 |
29 |
31 {{content-for "body-footer"}} |
30 {{content-for "body-footer"}} |
32 {{content-for "test-body-footer"}} |
31 {{content-for "test-body-footer"}} |
33 </body> |
32 </body> |
34 </html> |
33 </html> |