2011-01-11 19:56:36 +05:30
|
|
|
<div class="itfInfo">
|
2011-03-07 03:10:29 +05:30
|
|
|
{{each stories}}
|
2011-03-07 03:39:36 +05:30
|
|
|
<span class="itfInfoSub">Story ${$index + 1}: </span><span class="ifInfoInfo">{{html tmplToHtml($value.text) }}</span>
|
2011-03-07 03:33:43 +05:30
|
|
|
<img class="itfInfoImg" src="${$value.image}" />
|
2011-03-07 03:10:29 +05:30
|
|
|
<br /><br />
|
|
|
|
{{/each}}
|
|
|
|
<span class="itfInfoSub">Law: </span><span class="itfInfoInfo">{{html tmplToHtml(law)}}</span>
|
|
|
|
{{if law_image}}
|
|
|
|
<img class="itfInfoImg" src="${law_image}" />
|
|
|
|
{{/if}}
|
|
|
|
<br /><br />
|
2011-01-19 17:00:04 +05:30
|
|
|
<span class="itfInfoSub">Relevance to Theatre: </span><span class="itfInfoInfo">{{html tmplToHtml(theatre)}}</span><br /><br />
|
|
|
|
<span class="itfInfoSub">Quick Howto: </span><span class="itfInfoInfo">{{html tmplToHtml(quick_howto)}}</span><br /><br />
|
2011-01-11 19:56:36 +05:30
|
|
|
</div>
|