Getting Started
================

Install
--------
1. install `django-frontend-skeleton` (pip install, add to your requirements files, etc.)
2. add `'frontend.skeleton'` to your INSTALLED_APPS

Extend
-------
Extend the skeleton's base template in your template(s)
::

    {% extends 'skeleton/base.html' %}