Skip to content

Instantly share code, notes, and snippets.

@recursor94
Created January 20, 2015 03:20
Show Gist options
  • Save recursor94/4b47587980b72c93e1b5 to your computer and use it in GitHub Desktop.
Save recursor94/4b47587980b72c93e1b5 to your computer and use it in GitHub Desktop.
{% if latest_post_list %}
{% for post in latest_post_list %}
<li><a href="{% url 'blog:view_post' post.id %}">{{post.title_text}}</a>&nbsp;{{post.pub_date}}</li>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment