{% extends 'base.html' %} {% block title %} Home Page {% endblock title %} {% block leftbar %}
{% include 'partials/_leftbar.html' %}
{% endblock leftbar %} {% block content %}
Django Boilerplate to start a scalable WebApp Project.
With User management and multiple apps for uploading images.

Use any one of the image upload method or you can try all first and decide...

Start with selecting the 'single image upload' button from header.
{% endblock content %}