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

Side by Side Diff: templates/default.tmpl

Issue 29588576: Issue 5635 - Implement website-default navbar component (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created Oct. 25, 2017, 10:02 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
OLDNEW
1 <!DOCTYPE html> 1 {% extends "templates/minimal" %}
2 <html 2
3 lang="{{ locale }}" 3 {% block body %}
4 dir="{{ "rtl" if config.has_option("rtl", locale) else "ltr" }}"> 4 <div class="container content">
5 <head> 5 {{ body | safe }}
6 <? include meta/standard ?> 6 </div>
7 <link rel="stylesheet" href="/css/main.css"> 7 {% endblock %}
8 <link rel="stylesheet" href="/css/demo.css">
9 </head>
10 <body>
11 <div class="container content">
12 {{ body | safe }}
13 </div>
14 </body>
15 </html>
OLDNEW
« pages/navbar.md ('K') | « static/scss/main.scss ('k') | templates/minimal.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld