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

Delta Between Two Patch Sets: tests/test_site/pages/metadata_old_comment.tmpl

Issue 29516687: Issue 4488 - Add support for JSON page front matter (Closed) Base URL: https://hg.adblockplus.org/cms
Left Patch Set: Cleaned up duplication, removed unnecessary regex Created Aug. 23, 2017, 6:12 p.m.
Right Patch Set: Removed the sitemap sort attribute Created April 19, 2018, 3:30 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « tests/test_site/pages/metadata_json_comment.tmpl ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <!-- 1 <!--
2 template = empty
3 test_list = [awesome, news] 2 test_list = [awesome, news]
4 title = Awesome page 3 title = Awesome page
5 Some extra comment text 4 Some extra comment text
6 --> 5 -->
7 6
8 {{ test_list[0] }} 7 {{ test_list[0] }}
9 <!-- Test comment --> 8 <!-- Test comment -->
10 {{ title }} 9 {{ title }}
LEFTRIGHT

Powered by Google App Engine
This is Rietveld