summaryrefslogtreecommitdiff
blob: e9efc28b6cea06657b99850b5e51a45292375008 (plain)
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>