plug-in very basic things in template

This commit is contained in:
Sanjay B 2013-04-06 01:44:52 +05:30
parent 60bd4ea831
commit a442185c02

View File

@ -21,12 +21,14 @@ $(function() {
</ul>
<div id="about" class="tab_content">
<h3>{{ name }}</h3>
<h3>{{ title }}</h3>
<h4>{{ oneliner }}</h4>
<div><strong>Tag-line </strong>: {{ oneliner }}</div>
<div><strong>Description: </strong>: {{ description }} </div>
<a href="" class="toggleLink rightFloat">More&gt;&gt;</a>
<div><strong>Event Type: </strong>: {{ event_type }}</div>
<div><strong>Address:</strong>: {{ address }}</div>
<div><strong>City:</strong>: {{ city }}</div>
</div> <!-- end div about -->