1

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.

  • possible duplicate of [What is .tpl files? php, web design](http://stackoverflow.com/questions/1808294/what-is-tpl-files-php-web-design) – Ryan K Jan 22 '15 at 17:07
  • .tpl - it's a template. could be a standard templating engine, or something custom. no real way to tell. – Marc B Jan 22 '15 at 17:07

1 Answers1

1

From this question, it's probably a Smarty file. Beyond that, I couldn't tell you.

Community
  • 1
  • 1
Ryan K
  • 3,985
  • 4
  • 39
  • 42