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

Delta Between Two Patch Sets: templates/default.tmpl

Issue 29474565: Issue 5350 - Setup Help Center Boilerplate (Closed)
Left Patch Set: Move browserlist to package.json, Fix font urls, Add blocks in template Created July 4, 2017, 9:32 a.m.
Right Patch Set: Diff Created July 6, 2017, 7:34 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « static/scss/main.scss ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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
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 {% block body %} 45 {% block body %}
46 {{ body | safe }} 46 {{ body | safe }}
47 {% endblock %} 47 {% endblock %}
48 </body> 48 </body>
49 <html> 49 <html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld