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

Side by Side Diff: templates/default.tmpl

Issue 29491561: Issue 5413 - Create basic style guide for website-defaults (Closed)
Patch Set: More basic styleguide Created Aug. 3, 2017, 3:10 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
« pages/styleguide.html ('K') | « static/css/website-defaults.css ('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>
2 <html lang="{{ locale }}"
3 dir="{{ "rtl" if config.has_option("rtl", locale) else "ltr" }}">
4 <head>
5 <meta charset="UTF-8">
6 <meta name="viewport" content="width=device-width, initial-scale=1">
7 <title>Style Guide Demo</title>
8 </head>
9 <body>
10 {% block body %}
11 {{body|safe}}
12 {% endblock %}
13 </body>
14 </html>
OLDNEW
« pages/styleguide.html ('K') | « static/css/website-defaults.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld