{% block encoding %} {# Per spec (https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/meta#charset) the only allowed value for this attribute is `utf-8` and this meta element must be in the first 1kb of the document #} {% endblock %} {% block startHead %} {% endblock %} {% component '@apostrophecms/template:inject' with { where: 'head', end: 'prepend', when: 'hmr' } %} {% component '@apostrophecms/template:inject' with { where: 'head', end: 'prepend' } %}