!!! 5 %html %head %meta{ charset: 'utf-8' } = wicked_pdf_stylesheet_link_tag 'pdf' %body .w-50.float-left .d-block.title Student Emergency Information .d-block.title= school.name .d-block.caption= school.address .d-block.caption= "#{school.city}, #{school.state} #{school.zip}" .w-25.float-right .d-block.title.mt-3.text-right= "#{student.full_name(:reverse)}" .d-block .d-block.caption.text-right= "DOB: #{student.birth_date}" .d-block.caption.text-right= "Grade: #{student.grade_level}" .w-25.float-right %img{ src: student.path_to_photo, style: 'display: inline-block; max-width: 200px; max-height: 120px' }