What language is this in? It's interspersed in an html.erb file that I have to update, but it doesn't look like Ruby.
{#if $T.location[0].city}{$T.location[0].city}, {#/if}{#if $T.location[0].state}{$T.location[0].state}{#/if}
It looks like it could be this template: http://jtemplates.tpython.com/. But I couldn't find {# template MAIN} anywhere in the codebase.