{% extends 'base.html' %} {% block extra_head %} {% load static %} {% endblock %} {% block before_content %}

{{ settings.PROJECT_LONG_NAME }}

Snappy leader here...

Snappy tagline here...

Do Feature 1

Do Feature 2

Do Feature 3

{% endblock %} {% block content %}

About {{ settings.PROJECT_LONG_NAME }}

{{ settings.PROJECT_LONG_NAME }} is...

{% endblock %}