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

Unified Diff: 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
Patch Set: Removed the sitemap sort attribute Created April 19, 2018, 3:30 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
« no previous file with comments | « tests/test_site/pages/metadata_json_comment.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/test_site/pages/metadata_old_comment.tmpl
===================================================================
new file mode 100644
--- /dev/null
+++ b/tests/test_site/pages/metadata_old_comment.tmpl
@@ -0,0 +1,9 @@
+<!--
+test_list = [awesome, news]
+title = Awesome page
+Some extra comment text
+-->
+
+{{ test_list[0] }}
+<!-- Test comment -->
+{{ title }}
« no previous file with comments | « tests/test_site/pages/metadata_json_comment.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld