|
1 | 1 | <!DOCTYPE html metal:define-macro="layout">
|
2 | 2 | <html lang="{{request.locale_name}}">
|
3 |
| - <head> |
| 3 | +<head> |
4 | 4 | <meta charset="utf-8">
|
5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
13 | 13 | <!-- Bootstrap core CSS -->
|
14 | 14 | <link href="//oss.maxcdn.com/libs/twitter-bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet">
|
15 | 15 |
|
| 16 | + <link rel="stylesheet" |
| 17 | + href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,700,700italic|Source+Code+Pro:500"> |
| 18 | + <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" |
| 19 | + integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous"> |
| 20 | + |
| 21 | + |
16 | 22 | <!-- Custom styles for this scaffold -->
|
17 | 23 | <link href="${request.static_url('pypi:static/css/theme.css')}" rel="stylesheet">
|
18 | 24 | <link href="${request.static_url('pypi:static/css/theme-overrides.css')}" rel="stylesheet">
|
19 | 25 | <link href="${request.static_url('pypi:static/css/site.css')}" rel="stylesheet">
|
20 | 26 |
|
21 | 27 | <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
22 | 28 | <!--[if lt IE 9]>
|
23 |
| - <script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js" integrity="sha384-0s5Pv64cNZJieYFkXYOTId2HMA2Lfb6q2nAcx2n0RTLUnCAoTTsS0nKEO27XyKcY" crossorigin="anonymous"></script> |
24 |
| - <script src="//oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js" integrity="sha384-f1r2UzjsxZ9T4V1f2zBO/evUqSEOpeaUUZcMTz1Up63bl4ruYnFYeM+BxI4NhyI0" crossorigin="anonymous"></script> |
| 29 | + <script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js" |
| 30 | + integrity="sha384-0s5Pv64cNZJieYFkXYOTId2HMA2Lfb6q2nAcx2n0RTLUnCAoTTsS0nKEO27XyKcY" |
| 31 | + crossorigin="anonymous"></script> |
| 32 | + <script src="//oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js" |
| 33 | + integrity="sha384-f1r2UzjsxZ9T4V1f2zBO/evUqSEOpeaUUZcMTz1Up63bl4ruYnFYeM+BxI4NhyI0" |
| 34 | + crossorigin="anonymous"></script> |
25 | 35 | <![endif]-->
|
26 | 36 |
|
27 |
| - <div metal:define-slot="additional-css" tal:omit-tag></div> |
| 37 | + <div metal:define-slot="additional-css" tal:omit-tag></div> |
28 | 38 | </head>
|
29 | 39 |
|
30 | 40 | <body>
|
31 | 41 |
|
32 |
| - <div class="starter-template"> |
33 |
| - <div metal:define-slot="content">No content</div> |
| 42 | + <div id="page-content"> |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + <div class="starter-template"> |
| 47 | + <div metal:define-slot="content">No content</div> |
| 48 | + </div> |
| 49 | + |
34 | 50 | </div>
|
35 | 51 |
|
36 | 52 |
|
37 | 53 | <!-- Bootstrap core JavaScript
|
38 | 54 | ================================================== -->
|
39 | 55 | <!-- Placed at the end of the document so the pages load faster -->
|
40 |
| - <script src="//oss.maxcdn.com/libs/jquery/1.10.2/jquery.min.js" integrity="sha384-aBL3Lzi6c9LNDGvpHkZrrm3ZVsIwohDD7CDozL0pk8FwCrfmV7H9w8j3L7ikEv6h" crossorigin="anonymous"></script> |
41 |
| - <script src="//oss.maxcdn.com/libs/twitter-bootstrap/3.0.3/js/bootstrap.min.js" integrity="sha384-s1ITto93iSMDxlp/79qhWHi+LsIi9Gx6yL+cOKDuymvihkfol83TYbLbOw+W/wv4" crossorigin="anonymous"></script> |
| 56 | + <script src="//oss.maxcdn.com/libs/jquery/1.10.2/jquery.min.js" |
| 57 | + integrity="sha384-aBL3Lzi6c9LNDGvpHkZrrm3ZVsIwohDD7CDozL0pk8FwCrfmV7H9w8j3L7ikEv6h" |
| 58 | + crossorigin="anonymous"></script> |
| 59 | + <script src="//oss.maxcdn.com/libs/twitter-bootstrap/3.0.3/js/bootstrap.min.js" |
| 60 | + integrity="sha384-s1ITto93iSMDxlp/79qhWHi+LsIi9Gx6yL+cOKDuymvihkfol83TYbLbOw+W/wv4" |
| 61 | + crossorigin="anonymous"></script> |
42 | 62 |
|
43 | 63 | <div metal:define-slot="additional-js" tal:omit-tag></div>
|
44 | 64 | </body>
|
|
0 commit comments