{% extends 'enterprise/base.html' %}
{% load staticfiles enterprise %}
{% block extrastyles %}
{% endblock %}
{% block extrahead %}
{% endblock %}
{% block contents %}
{{ welcome_text }}
{% autoescape off %}{{ enterprise_welcome_text }}{% endautoescape %}