{% 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 %}
{{ template.name }}
{{ template.name }}
{% endfor %}
{% endblock %}