On extending documents within a theme:
changes to /Resources/views/documents/style_base_portrait.css.twig
show up, changes to the base.html.twig
next to it don’t.
Here is the snippet for testing
{% sw_extends '@Framework/documents/base.html.twig' %}
{% block document_base %}
<!DOCTYPE html>
<html>
<body>
<p>emptymissimo</p>
</body>
</html>
{% endblock %}
Something changed w/ 6.6?
What’s missing? :thinking_face: