Sha256: bea3f36c46f63115194df3f11fc1d30e1052149c7733b8f167382077c66ff831
Contents?: true
Size: 751 Bytes
Versions: 16
Compression:
Stored size: 751 Bytes
Contents
<div class="container-fluid content {% if page.header %}not_top{% endif %}" id="main_container"> {% for section in include.flow %} {% if section.type == "main-content" %} <div class="row" id="main_content"> <div class="container"> {{content}} </div> </div> {% elsif section.type == "slider" %} {% include slider.html object=section %} {% elsif section.type == "latest-posts" %} {% include latest_posts.html limit=section.number_of_posts %} {% elsif section.type == "feature-block" %} {% include feature-block.html object=section %} {% elsif section.type == "cards" %} {% include cards.html object=section %} {% endif %} {% endfor %} </div>
Version data entries
16 entries across 16 versions & 1 rubygems