apostrophe
Version:
The Apostrophe Content Management System.
10 lines (7 loc) • 349 B
HTML
{% extends data.outerLayout %}
{% block extraHead %}
{% component '@apostrophecms/template:inject' with { where: 'head', end: 'prepend', when: 'dev' } %}
<meta name="condition-separator-test" />
{% component '@apostrophecms/template:inject' with { where: 'head', end: 'append', when: 'dev' } %}
{% endblock %}
<h4>Test page with layout</h4>