{% extends 'base.html' %} {% block title %}New Task - KeepItGoing{% endblock %} {% block content %}

Create New Task

Cancel
{% csrf_token %}
{% if tags %}
{% for tag in tags %} {% endfor %}
{% endif %}
{% endblock %}