{% extends 'website/base.html' %} {% load static from staticfiles %} {% block title %}Home - Western Electric{% endblock %} {% block bodyclass %}home{% endblock %} {% block content_wrapper %}

{{ home.title|safe }}

{{ home.description|safe|linebreaks }}
{% endblock %} {% block extra_javascript %} {% endblock %}