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

Side by Side Diff: templates/default.tmpl

Issue 29488555: Issue 5406 - Create Site Footer Component for Help Center (Closed)
Patch Set: Rebased and updated Created Sept. 4, 2017, 8:27 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« static/scss/layout/_grid.scss ('K') | « static/scss/main.scss ('k') | no next file » | 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 43
44 {% block head %} 44 {% block head %}
45 {{ head | safe }} 45 {{ head | safe }}
46 {% endblock %} 46 {% endblock %}
47 </head> 47 </head>
48 <body> 48 <body>
49 <? include layout/header ?> 49 <? include layout/header ?>
50 {% block body %} 50 {% block body %}
51 {{ body | safe }} 51 {{ body | safe }}
52 {% endblock %} 52 {% endblock %}
53 <? include layout/footer ?>
53 <script src="/js/main.js"></script> 54 <script src="/js/main.js"></script>
54 </body> 55 </body>
55 <html> 56 <html>
OLDNEW
« static/scss/layout/_grid.scss ('K') | « static/scss/main.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld