Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 12th, 2012  |  syntax: None  |  size: 0.34 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.         <div class="section section-navigation">
  2.                 <div class="container">
  3.                     {% if posts.has_next %}
  4.                         <span class="previous"><a href="?page={{ posts.next_page_number }}">Older</a></span>
  5.                         {% endif %}
  6.                         {% if posts.has_previous %}
  7.                         <span class="next"><a href="?page={{ posts.previous_page_number }}">Newer</a></span>
  8.                         {% endif %}
  9.                 </div>
  10.         </div>