Body Text

The Body Text component is simple way for displaying plain body text.

Goizueta's MSBA imparts strong technical and quantitative training plus comprehensive business acumen, specifically built for individuals who wish to speak the combined language of technology, business and data.
Markup Details
                            {{ attach_library('goizueta_theme/body-text') }}

{%
  set attributes = attributes ? attributes.addClass('body-text') : ' class="body-text"'
%}

{% if body_text %}
  <div{{ attributes|raw }}>
    {% block body_text %}
      {{ body_text }}
    {% endblock %}
  </div>
{% endif %}