{# based on http://getbootstrap.com/components/#jumbotron #}

{{ instance.title }}

{{ instance.content|safe }} {% if instance.button1_url or instance.button2_url %}

{% if instance.button1_url %}{{ instance.button1_title }}{% endif %} {% if instance.button2_url %}{{ instance.button2_title }}{% endif %}

{% endif %}