Is it possible to style the page returned through routes?
Quick question, was curious if it's possible to have a page that I can style through css? If possible, or can I load an html page?
Solution
you can send HTML code yes, if you set the proper mime type. But your frontend library/framework will not render it unless you use a variant of dangerously set inner html to avoid potential script injection.