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

Side by Side Diff: templates/minimal.tmpl

Issue 29587584: Issue 5635 - Implement website-default navbar component (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created Oct. 24, 2017, 10:32 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
« static/scss/_utilities.scss ('K') | « templates/default.tmpl ('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
(Empty)
1 <!DOCTYPE html>
juliandoucette 2017/10/26 15:55:56 NIT: It's unclear why this change was necessary.
ire 2017/10/31 08:04:00 The default template (as we agreed before) will al
juliandoucette 2017/10/31 12:10:38 That makes sense. Thank you for explaining.
2 <html
3 lang="{{ locale }}"
4 dir="{{ "rtl" if config.has_option("rtl", locale) else "ltr" }}"
5 class="no-js">
6 <head>
7 <? include meta/standard ?>
8 <link rel="stylesheet" href="/css/main.css">
9 </head>
10 <body>
11 {% block body %}
12 {{ body | safe }}
13 {% endblock %}
14 <script src="/js/main.js"></script>
15 </body>
16 </html>
OLDNEW
« static/scss/_utilities.scss ('K') | « templates/default.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld