Sha256: 554816a596d746e153c05250b9376980068703b4c8a0d5475c60eece0aa2428c
Contents?: true
Size: 732 Bytes
Versions: 11
Compression:
Stored size: 732 Bytes
Contents
%main.mt-5{ id: block.anchor } .container %section#best-features.text-center %h2.mb-4.font-weight-bold = block.title .row.d-flex.justify-content-center.mb-4 .col-md-8 %p.grey-text = block.description .row - eval("@collection_#{block.anchor}").each do |item| .col-md-4.mb-1 - if item.icon.present? %i.fa.fa-camera-retro.fa-4x.orange-text{ class: "fa-#{item.icon}" } - else = image_tag item.image %h4.my-4 = item.title %p.grey-text = item.text %hr.my-5/ %section#examples %hr.my-5/ %section#gallery %hr.my-5/ %section#contact
Version data entries
11 entries across 11 versions & 1 rubygems