--- section: "mitmachen" --- %div %h2 Projekte %p = lorem.sentences(3) .row - projects.each do |project| %div{class: project_classes(project)} %h4 = project.name -# = image_with_thumb(prinfo["bild"], width: 400) = image_tag(lorem.image("400x300")) %p = project.text - if project.link %br = link_to "Weitere Infos", project.link