mailmp_clean.html
{% include "liquid_assign_variables" %}
{% include "partial_if_bg_image_top" %} {% if page.headline.size > 0 %}
{{ page.headline }}
{% endif %} {% if page_tags_list contains '#admin_two_columns#' %} {% else %}{{ page.basic.content }}
{% endif %} {% if page.basic.content.size > 0 %} {% include "partial_share_button" %} {% endif %} {% if page.tags_count > 0 %} {% include "page_tags" with page %} {% endif %} {% if page.is_homepage? == true and site.page_tags contains "homepage" %} {% tag "homepage" with "homepage_widget" %} {% endif %} {% if page.show_stream? %} {% include "page_stream" %} {% endif %} {% include "partial_if_bg_image_bottom" %}