{% extends 'bootstrap_components/base.html' %} {% load util %} {% block content %}
{% if image_src %} ... {% endif%} {% if title and subtitle %}
{{ title }}
{{ subtitle }}
{% elif title %}
{{ title }}
{% elif subtitle %}
{{ subtitle }}
{% endif %} {% if text %}

{{ text }}

{% endif %} {% if list_group %}
{% endif %} {% if button1_text or button2_text %} {% endif%}
{% endblock %}