Guest User

Untitled

a guest
Oct 20th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <div class="prevnext">
  2. {% if prev %}
  3. <div class="prev">
  4. &laquo; <a href="{{ prev.url }}"> {{ prev.title }}</a>
  5. </div>
  6. {% endif %}
  7.  
  8. {% if next %}
  9. <div class="next">
  10. <a href="{{ next.url }}"> {{ next.title }} </a> &raquo;
  11. </div>
  12. {% endif %}
  13. </div>
Add Comment
Please, Sign In to add comment