Test Page

{% if section.settings.show %}

{{ section.settings.head }}

{% for block in section.blocks %}

{{ block.settings.head }}

{{ block.settings.subhead }}

{% endfor %}
{% if section.settings.mission_page_video != blank %} {% endif %}
{% endif %} {% schema %} { "name": "Single Use", "class": "single_use", "settings": [ { "type":"checkbox", "id":"show", "label":"Show?", "default":true }, { "type":"color", "id":"bg", "label":"Backgrounf Color", "default":"#96cedb" }, { "type":"text", "id":"mission_page_video", "label":"Video URL" }, { "type": "text", "id": "head", "label": "Heading" } ], "blocks": [ { "type": "text", "name": "text", "settings": [ { "type": "textarea", "id": "head", "label": "Heading" }, { "type": "textarea", "id": "subhead", "label": "Sub Heading" } ] } ], "presets": [ { "name":"Single Use", "category":"single_use" } ] } {% endschema %} {% stylesheet %} {% endstylesheet %} {% javascript %} {% endjavascript %}