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

Side by Side Diff: templates/default.tmpl

Issue 29500573: Issue 5453 - Change website-defaults into a CMS compatible website (Closed)
Patch Set: Created July 28, 2017, 11:01 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
« no previous file with comments | « 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
(Empty)
1 <!DOCTYPE html>
2 <html
3 lang="{{ locale }}"
4 dir="{{ "rtl" if config.has_option("rtl", locale) else "ltr" }}">
5 <head>
6 <? include meta/standard ?>
7 <link rel="stylesheet" href="/css/main.css">
8 </head>
9 <body>
10 {{ body | safe }}
11 </body>
12 <html>
OLDNEW
« no previous file with comments | « static/scss/main.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld