{% extends "base.html" %} {% block banner %}

Django projects {% if request.user.is_authenticated %} {{request.user}} {% else %} fast {% endif %} efficient productive

{% endblock %} {% block content %}

Outline is a starting point for rapidly building out new Django projects using a host of best practices

Clone it

Clone the respository

Rename it

Rename the project to your own liking

Start your own (git) history

Remove the old .git directory

What's in the box?!

{% endblock %} {% block secondary_content %}

Work

Project Title

Project link

Project Title

Here is some more information about this project that is only revealed once clicked on.

Project Title

Project link

Project Title

Here is some more information about this project that is only revealed once clicked on.

Project Title

Project link

Project Title

Here is some more information about this project that is only revealed once clicked on.

Project Title

Project link

Project Title

Here is some more information about this project that is only revealed once clicked on.

Project Title

Project link

Project Title

Here is some more information about this project that is only revealed once clicked on.

Project Title

Project link

Project Title

Here is some more information about this project that is only revealed once clicked on.

{% endblock %}