Currently, autorender removes <script>, <link>, and <style> tags that are in the template. This causes bugs when these tags are expected to be part of the page, for example a favicon:
<link rel="icon" type="image/png" href="/favicons/favicon-32x32.png" sizes="32x32">
Why are these removed? What can be done to allow these types of tags? Thanks!
cc @lkodai