Skip to content

Instantly share code, notes, and snippets.

@debrouwere
Created February 27, 2010 23:57
Show Gist options
  • Save debrouwere/317066 to your computer and use it in GitHub Desktop.
Save debrouwere/317066 to your computer and use it in GitHub Desktop.
<ul>
{% for comment in latest_comments %}
<li><a href="{{ comment.get_absolute_url }}">{{ comment.title }}</a></li>
{% endfor %}
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment