标签: jquery ruby-on-rails html5
这是什么语言?它散布在我必须更新的html.erb文件中,但它看起来不像Ruby。
{#if $T.location[0].city}{$T.location[0].city}, {#/if}{#if $T.location[0].state}{$T.location[0].state}{#/if}
看起来可能是这个模板:http://jtemplates.tpython.com/。 但我无法在代码库中的任何地方找到{#template MAIN}。
答案 0 :(得分:1)
来自this question,它可能是Smarty个文件。除此之外,我无法告诉你。