Sha256: b4a8641fb42f3eb2bb9abf3030bc32965fd5162034679dd7e65306a802917e35

Contents?: true

Size: 1.14 KB

Versions: 7

Compression:

Stored size: 1.14 KB

Contents

{% for section in include.sections %}
    {% if section.format == "title" %}
        {% include core/title.html object=section.title_content %}
    {% elsif section.format == "members" %}
        {% include core/members-section.html object=section %}
    {% elsif section.format == "block" %}
        {% include core/blocks.html object=section %}
    {% elsif section.format == "buttons" %}
        {% include core/buttons.html object=section.buttons_content style=section.style %}
    {% elsif section.format == "text" %}
        {% include core/text.html object=section %}
    {% elsif section.format == "custom_include" %}
        {% include {{section.source}} object=section %}
    {% elsif section.format == "slider" %}
        {% include core/slider_row.html object=section.slider_content %}
    {% elsif section.format == "latest-posts" %}
        {% include latest_posts.html limit=section.number_of_posts %}
    {% elsif section.format == "feature_block" %}
        {% include core/feature_block.html object=section.feature_block_content %}
    {% elsif section.format == "cards" %}
        {% include cards.html object=section %}
    {% endif %}
{% endfor %}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
seriously_simple_static_starter-0.7.0 _includes/flow_inner.html
seriously_simple_static_starter-0.6.7 _includes/flow_inner.html
seriously_simple_static_starter-0.6.6 _includes/flow_inner.html
seriously_simple_static_starter-0.6.5 _includes/flow_inner.html
seriously_simple_static_starter-0.6.4 _includes/flow_inner.html
seriously_simple_static_starter-0.6.3 _includes/flow_inner.html
seriously_simple_static_starter-0.6.2 _includes/flow_inner.html