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

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

Issue 29345468: Issue 4045 - Add Test Suite To CMS (Closed)
Patch Set: fix Popen object return Created June 29, 2016, 1:23 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>
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

Powered by Google App Engine
This is Rietveld