Guest User

Untitled

a guest
May 25th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. {% extends "base.html" %}
  2. {% load agro_tags %}
  3.  
  4. {% block main_content %}
  5. {% get_latest 125 "tweet bookmark" as entries %}
  6. {% for entry in entries %}
  7. {% format entry %}
  8. {% endfor %}
  9. {% endblock %}
Add Comment
Please, Sign In to add comment