<%= head %> <% if (style) { %><% } %> <% if (hydratable === true && legacy === true && scriptModern != null) { %> <% } else if (hydratable === true && legacy === false && scriptModern != null) { %> <% } %> <%= html %> <% /* We append these scripts at then end of the body to avoid blocking the rendering. */ %> <% /* It can be done here because the modern script is deferred and it will be executed just before the DOMContentLoaded event is triggered. */ %> <% if (globalProps) { %><% } %> <% if (globalStores) { %><% } %> <% if (props) { %><% } %> <% if (hydratable === true && legacy === true && scriptLegacy != null) { %> <% /* Fix for Safari 10.1 taken from https://gist.github.com/samthor/64b114e4a4f539915a95b91ffd340acc */ %> <% } %>