Phoenix Controller.html/2 function. Is it possible to render using css?

Hi
I have an api style app. But I have wish to render a single data set as .html. The html/2 function is ideal. However, I’d like also to include a path in to a css file. But I’m unsure how and where I could/should store in order for it to be served? :slight_smile:
thanks in advance for any pointers…

How about just embedding the CSS into <style>?

2 Likes