1 2 3 4 5 6 7 8
<table class="table table-striped frontpage-table"> {% for post in wikiposts %} <tr> <td class="frontpage-table-wiki-title"><a href="{{ post.url }}" rel="nofollow">{{ post.title }}</a></td> <td>started by {{ post.author }}</td> </tr> {% endfor %} </table>