Idiomatic way to include style section to HTML using hiccup

240 Views Asked by At

I am working on transactional email like the responsive html email template. If I have the CSS in the file public/css/email.css, what is the most idiomatic way to include the contents of the email.css in the header of html file? Note that I do not just want a link, but would like to include the contents of the email.css in the HTML in the section. Do I simply slurp and insert the contents of email.css or is there a better way.

0

There are 0 best solutions below