{% extends 'index.html' %} {% load static %} {% block content %}
{% include 'project/new/navbar.html' %}
{% if view_type == 'list' %} {% include 'project/new/project_list_view.html' %} {% else %} {% include 'project/new/project_kanban_view.html' %} {% endif %}
{% endblock content %}