0

I'm creating a web page on Django, I want to create next and previous post in the bottom of blog page.

is there any way to use a simple tag like {{post.title}} in HTML and refer it to view page to find the index of current post ?

1 Answers1

0

This is where you should use pagination. If you are using DRF you might need this pagination.

Hvitis
  • 502
  • 5
  • 14