An error occurred while processing the template.
Expression request.attributes is undefined on line 10, column 24 in 10132#10165#8117015.
1<#--
2Application display templates can be used to modify the look of a
3specific application.
4
5Please use the left panel to quickly add commonly used variables.
6Autocomplete is also available and can be invoked by typing "${".
7-->
8<div style="border: 2px solid black;color:black;border:solid;" border="solid">
9DEBUG
10<#assign current_url = request.attributes.CURRENT_URL />
11</div>