{% if side_bar %}

{{ title }}

{% else %}

{{ title }}

{% endif %} {% if content %}

{{ content }}

{% endif %} {% for paragraph in paragraphs %}

{{ paragraph }}

{% endfor %}