summaryrefslogtreecommitdiff
blob: 7f884d20c9d578922cfaf698c7019affbe65cfa4 (plain)
1
2
3
4
5
6
7
8
<table class="table table-striped frontpage-table">
  {% for post in planetposts %}
    <tr>
      <td class="frontpage-table-planet-author">{{ post.author }}</td>
      <td><a href="{{ post.url }}" rel="nofollow" title="{{ post.title }}">{{ post.title }}</a></td>
    </tr>
  {% endfor %}
</table>