|
6 | 6 | <body>
|
7 | 7 | <!DOCTYPE html>
|
8 | 8 | <html>
|
9 |
| - <head> |
10 |
| - <title>NumPy</title> |
| 9 | + <head> |
| 10 | + <title>NumPy</title> |
| 11 | + <link rel="stylesheet" |
| 12 | + href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" |
| 13 | + integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" |
| 14 | + crossorigin="anonymous"> |
| 15 | + {% for stylesheet in main.static.css %} |
11 | 16 | <link rel="stylesheet"
|
12 |
| - href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" |
13 |
| - integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" |
14 |
| - crossorigin="anonymous"> |
15 |
| - {% for stylesheet in main.static.css %} |
16 |
| - <link rel="stylesheet" |
17 |
| - href="{{ base_url }}{{ stylesheet }}"> |
18 |
| - {% endfor %} |
| 17 | + href="{{ base_url }}{{ stylesheet }}"> |
| 18 | + {% endfor %} |
19 | 19 | </head>
|
20 | 20 | <body>
|
21 |
| - <header> |
22 |
| - </header> |
23 |
| - <main role="main"> |
24 |
| - <div class="container"> |
25 |
| - {% block body %}{% endblock %} |
26 |
| - </div> |
27 |
| - </main> |
28 |
| - <footer class="container pt-4 pt-md-5 border-top"> |
29 |
| - <p class="float-right"> |
30 |
| - <a href="#">Back to top</a> |
31 |
| - </p> |
32 |
| - </footer> |
| 21 | + <header> |
| 22 | + </header> |
| 23 | + <main role="main"> |
| 24 | + <div class="container"> |
| 25 | + {% block body %}{% endblock %} |
| 26 | + </div> |
| 27 | + </main> |
| 28 | + <footer class="container pt-4 pt-md-5 border-top"> |
| 29 | + <p class="float-right"> |
| 30 | + <a href="#">Back to top</a> |
| 31 | + </p> |
| 32 | + </footer> |
33 | 33 |
|
34 |
| - <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" |
35 |
| - integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" |
36 |
| - crossorigin="anonymous"></script> |
37 |
| - <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" |
38 |
| - integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" |
39 |
| - crossorigin="anonymous"></script> |
40 |
| - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" |
41 |
| - integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" |
42 |
| - crossorigin="anonymous"></script> |
43 |
| - <script> |
44 |
| - $(function () { |
45 |
| - $('[data-toggle="tooltip"]').tooltip() |
46 |
| - }) |
47 |
| - $(function () { |
48 |
| - $('[data-toggle="popover"]').popover() |
49 |
| - }) |
50 |
| - </script> |
| 34 | + <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" |
| 35 | + integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" |
| 36 | + crossorigin="anonymous"></script> |
| 37 | + <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" |
| 38 | + integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" |
| 39 | + crossorigin="anonymous"></script> |
| 40 | + <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" |
| 41 | + integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" |
| 42 | + crossorigin="anonymous"></script> |
| 43 | + <script> |
| 44 | + $(function () { |
| 45 | + $('[data-toggle="tooltip"]').tooltip() |
| 46 | + }) |
| 47 | + $(function () { |
| 48 | + $('[data-toggle="popover"]').popover() |
| 49 | + }) |
| 50 | + </script> |
51 | 51 | </body>
|
52 | 52 | </html>
|
0 commit comments