I managed to create a URL tag for my index. But right now I\'m confused how to add links to other pages.
I put this on my urls.py
url(r\
Create a new URL in the same format and give that name instead of index.
Eg:
url(r'^$', 'index', name='index'), url(r'^new/page/$', 'new', name='new_page'), {% url 'new_page' %}