Django Frontend Template documentation
======================================

Django Frontend Template is a very basic Django template built on `HTML5 Boilerplate <https://github.com/h5bp/html5-boilerplate>`_.

With the convenience of a light-weight installable Django application, create custom templates built on top of one of the most well-known, widespread templates (HTML5 Boilerplate.)

There are no static files included. If you want a heavier-weight application built on HTML5 Boilerplate and Twitter Bootstrap then checkout `django-frontend-skeleton <https://github.com/jonfaustman/django-frontend-skeleton>`_. If you want to include often used static files without any templates then check out `django-frontend-static <https://github.com/jonfaustman/django-frontend-static>`_.

Starring
---------
* `HTML5 Boilerplate (based on 4.2.0) <https://github.com/h5bp/html5-boilerplate>`_



Contents
---------

.. toctree::
   :maxdepth: 2
   
   getting_started
   template_tags
   template_blocks
   license
   changelog
   road_map