3 lines
101 B
Text
3 lines
101 B
Text
|
.file-content.image_file
|
||
|
%img{ src: "data:#{blob.mime_type};base64,#{Base64.encode64(blob.data)}"}
|