You can add template id’s to debug your Grav website. Check that:
{% extends 'partials/base.html.twig' %}
{% block body %}
{% for module in page.collection() %}
<!-- @begin_template: {{ module.template }} -->
{{ module.content|raw }}
<!-- @end_template: {{ module.template }} -->
{% endfor %}
{% endblock %}
Will output:
