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

Side by Side Diff: tests/test_site/pages/get_page_url.tmpl

Issue 29495555: Fixes 5343 - add global function: get_canonical_url (Closed)
Patch Set: Created July 23, 2017, 4:35 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 template = empty
2
3 foo_url = {{ get_page_url('foo') }}
4 foo_de_url = {{ get_page_url('foo', 'de') }}
5 foo_canonical_url = {{ get_page_url('foo', None) }}
6
OLDNEW

Powered by Google App Engine
This is Rietveld