Currently, I am utilizing Wicket to generate the HTML content of an email. Although I prefer using Bootstrap for styling, I encounter issues since link tags are disregarded in emails... I am wondering if there is a convenient method in Wicket to import the Bootstrap CSS into a style tag within the header?
Despite scouring the internet for a potential resolution, I have not come across any solutions that directly address my dilemma. This is surprising considering that inline CSS should be a typical approach to minimize roundtrips during page loading.