Advertisement
Guest User

MYPROJECT/templates/featured_posts.html

a guest
Oct 12th, 2013
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.26 KB | None | 0 0
  1. {% load blog_tags keyword_tags i18n future %}
  2.  
  3. Meant to be the the infamous "Featured Posts" Section!
  4. {{ featured_posts_list.count }}
  5. <ul>
  6.     {% for featured_post in featured_posts_list %}
  7.         <li> {{ featured_post.title }} </li>
  8.     {% endfor %}
  9. </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement