1 2 3 4 5 6 7 8
<table class="table table-striped frontpage-table"> {% for post in packageposts %} <tr> <td class="frontpage-table-package-atom"><a href="{{ post.url }}" title="{{ post.atom }}">{{ post.atom_p }}</a></td> <td>{{ post.description }}</td> </tr> {% endfor %} </table>