Left: | ||
Right: |
OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- | 2 <!-- |
3 This file is part of help.eyeo.com. | 3 This file is part of help.eyeo.com. |
4 Copyright (C) 2017 Eyeo GmbH | 4 Copyright (C) 2017 Eyeo GmbH |
5 | 5 |
6 help.eyeo.com is free software: you can redistribute it and/or modify | 6 help.eyeo.com is free software: you can redistribute it and/or modify |
7 it under the terms of the GNU General Public License as published by | 7 it under the terms of the GNU General Public License as published by |
8 the Free Software Foundation, either version 3 of the License, or | 8 the Free Software Foundation, either version 3 of the License, or |
9 (at your option) any later version. | 9 (at your option) any later version. |
10 | 10 |
(...skipping 29 matching lines...) Expand all Loading... | |
40 {% block head %} | 40 {% block head %} |
41 {{ head | safe }} | 41 {{ head | safe }} |
42 {% endblock %} | 42 {% endblock %} |
43 </head> | 43 </head> |
44 <body> | 44 <body> |
45 <? include layout/header ?> | 45 <? include layout/header ?> |
46 <div class="outer"> | 46 <div class="outer"> |
47 {% block body %} | 47 {% block body %} |
48 {{ body | safe }} | 48 {{ body | safe }} |
49 {% endblock %} | 49 {% endblock %} |
50 <? include contact ?> | |
juliandoucette
2017/08/30 11:33:06
This section doesn't exist on all pages (e.g. Impr
ire
2017/09/25 08:47:35
Done.
| |
50 </div> | 51 </div> |
51 <script src="/js/main.js"></script> | 52 <script src="/js/main.js"></script> |
52 </body> | 53 </body> |
53 <html> | 54 <html> |
OLD | NEW |