Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: templates/default.tmpl

Issue 29516622: Issue 5511 - Create Product Help Home Template for help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Addressed final NITs Created Sept. 25, 2017, 7:24 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « static/scss/main.scss ('k') | templates/product-home.tmpl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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-present eyeo GmbH 4 Copyright (C) 2017-present 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 30 matching lines...) Expand all
41 <!--[if lt IE 10]> 41 <!--[if lt IE 10]>
42 <script src="/js/vendor/classList.min.js"></script> 42 <script src="/js/vendor/classList.min.js"></script>
43 <![endif]--> 43 <![endif]-->
44 44
45 {% block head %} 45 {% block head %}
46 {{ head | safe }} 46 {{ head | safe }}
47 {% endblock %} 47 {% endblock %}
48 </head> 48 </head>
49 <body> 49 <body>
50 <? include layout/header ?> 50 <? include layout/header ?>
51 <div class="outer">
51 {% block body %} 52 {% block body %}
52 {{ body | safe }} 53 {{ body | safe }}
53 {% endblock %} 54 {% endblock %}
55 </div>
54 <? include layout/footer ?> 56 <? include layout/footer ?>
55 <script src="/js/main.js"></script> 57 <script src="/js/main.js"></script>
56 </body> 58 </body>
57 <html> 59 <html>
OLDNEW
« no previous file with comments | « static/scss/main.scss ('k') | templates/product-home.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld