mayank
11 years agoAce
query string check
url:www.community.com/video?=123 If url contain 123 then then show this else this in free market....
- 11 years ago
<#if http.request.url?contains("123")>
...content just for this page goes here...
</#if>This should work for you.