forked from saurabh/orbit4-5
17 lines
483 B
Plaintext
17 lines
483 B
Plaintext
<div class="index-news index1">
|
|
<h3 class="index-title">
|
|
<span>{{page-title}}</span>
|
|
</h3>
|
|
|
|
<table class="table table-bordered" data-level="0" data-list="news">
|
|
<tr>
|
|
<td class="img" width="75"><img src="{{img_src}}" alt=""></td>
|
|
<td>
|
|
<a href="{{link_to_show}}" class="new_title">{{title}}</a>
|
|
<p class="index-subtitle">{{subtitle}}</p>
|
|
</td>
|
|
<td class="date">{{postdate}}</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
{{pagination_goes_here}} |