{# Embed Content ============== For embedding responsive external content @param {string} name = c @param {object} data = Dataobject @param {string} data.embed = Embeded Code @param {string} data.caption = Optional Caption @param {object} options = Optionsobject @param {string} options.style = Optional Styleclass @param {bool} options.responsive = If the container should be responsive @param {string} options.ratio = Aspect Ratio of the Object @param {string} options.align = Align #} {# Split Aspect Ratio Value #} {% set r = options.ratio|default('16:9') %} {% set ar = r|split(':') %} {# Build Element Block #} {% if data.embedUrl|length or data.embed|length %} {% endif %}