export default (html: string = '', styleTags: string = '', initialState: object, env: string) => ` {{APP_TITLE}} ${styleTags}
${html}
`;