gateway/app/views/cms/sections/editors/_template.haml

6 lines
220 B
Plaintext

.relative.block.border.border-gray-100
%h3.mt-4.text-lg.font-bold= key.upcase
%p= value
.relative.block.border.border-gray-100
=image_tag("cms/section_preview/#{section.template}" , class: "w-full object-contain")