template.pupper 347 B

12345678
  1. .item.card.col-12.col-xl-6(data-id={{ item.id }})
  2. img.card-img-top(src={- item.thumbnail -}, crossorigin="auto")
  3. .card-header
  4. .row.justify-content-between.align-items-center
  5. .col-auto.d-flex.align-items-center
  6. h5.mb-0.d-inline-block={{ item.title }}
  7. p.description={- item.description -}