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

Unified Diff: templates/default.tmpl

Issue 29491561: Issue 5413 - Create basic style guide for website-defaults (Closed)
Patch Set: Created July 18, 2017, 6:53 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« pages/styleguide.html ('K') | « settings.ini ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/default.tmpl
===================================================================
new file mode 100644
--- /dev/null
+++ b/templates/default.tmpl
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html lang="{{ locale }}"
+ dir="{{ "rtl" if config.has_option("rtl", locale) else "ltr" }}">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title>Style Guide Demo</title>
+</head>
+<body>
+{% block body %}
+ {{body|safe}}
+{% endblock %}
+</body>
+</html>
« pages/styleguide.html ('K') | « settings.ini ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld