Hi,You can use format method of sightly to form a formatted path url with extension${ '{0} {1}' @ format=[url,extension]}url and extension are again sightly variables, where url contains the page path - '/content/mysite/abc' and extension contains the value of extension you need i.e. '.html'Do forma...