{% extends 'base.html' %} {% load static %} {% block title %} All templates {% endblock %} {% block styles %} {% endblock %} {% block content %} Choose a template for your Resume/CV All Templates {% for category in categories %} {{ category.name }} {% endfor %} {% for template in templates %} Free {{ template.name }} Builder {% endfor %} New Resumecv × {% csrf_token %} Name: {% endblock %}