<%= cl_image_tag(article.user.profile_image_url,
type: "fetch",
crop: "imagga_scale",
width: 100,
height: 100,
quality: "auto",
flags: "progressive",
fetch_format: "auto",
loading: "lazy",
sign_url: true,
alt: "#{article.user.username} profile image") %>
<%= article.title %>
<%= article.user.name %><%= render "shared/pro_checkmark", width: "12px" if article.user.pro? %> -