{% load lca2017_tags %} {% load staticfiles %} {% load wagtailcore_tags %} {% load wagtailimages_tags %} {% if value.compact %} {% define "panel__compact" as compact %} {% else %} {% define "" as compact %} {% endif %} {% if value.panel_type == "blue_left" %}
{% image value.background_image width-2000 as background_image %}
{% include "cms_pages/home_page_blocks/basic_content_illustration.html" %} {% include "cms_pages/home_page_blocks/basic_content_text_and_links.html" %}
{% elif value.panel_type == "white_right" %}
{% include "cms_pages/home_page_blocks/basic_content_text_and_links.html" %} {% include "cms_pages/home_page_blocks/basic_content_illustration.html" %}
{% endif %}