{% for main in site.pages %} {% if main.series == 'homepagetop' %} {% capture thecycle %}{% cycle 'odd', 'even' %}{% endcapture %}
{% if thecycle == 'odd' %} {% if main.videourl %}
{% endif %} {% else %} {% if main.videourl %}
{% endif %} {% endif %} {% if main.fadeduration %}
{% else %}
{% endif %}

{{ main.title}}

{{ main.content }}


{% endif %} {% endfor %}