Child: [6702bc] (diff)
Download this file
1 2 3 4 5 6 7 8 9 10
{% for post in posts %} <div class="neighborhood_feed_entry"> <h3><a href="{{post.href}}">{{post.title}}</a></h3> <p> by <em>{{post.author}}</em> <small>{{post.ago}}</small> </p> {{post.description}} </div> {% endfor %}