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

Side by Side Diff: tests/test_site/templates/default.tmpl

Issue 29345468: Issue 4045 - Add Test Suite To CMS (Closed)
Patch Set: Adds flake8 run to tests dir Created Aug. 21, 2016, 2:36 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
Vasily Kuznetsov 2016/08/22 10:14:51 This template seems to be not used by any pages th
2 <html lang="en">
3 <head>
4 <title>My Webpage</title>
5 </head>
6 <body>
7 <ul id="navigation">
8 {% for item in navigation %}
9 <li><a href="{{ item.href }}">{{ item.caption }}</a></li>
10 {% endfor %}
11 </ul>
12
13 <h1>My Webpage</h1>
14 {{ a_variable }}
15
16 {# a comment #}
17 </body>
18 </html>
OLDNEW
« no previous file with comments | « tests/test_site/settings.ini ('k') | tests/test_site/templates/empty.tmpl » ('j') | tox.ini » ('J')

Powered by Google App Engine
This is Rietveld