Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {% load blog_tags keyword_tags i18n future %}
- Meant to be the the infamous "Featured Posts" Section!
- {{ featured_posts_list.count }}
- <ul>
- {% for featured_post in featured_posts_list %}
- <li> {{ featured_post.title }} </li>
- {% endfor %}
- </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement