Steps to reproduce the issue
- Clone the brand-patterns theme.
- With hammer running, visit the Profile Index template.
- Add the following code to the template (probably around line 11):
<r:if_childless>
<p>No profiles found</p>
</r:if_childless>
Results
Even though there are two pages in the pages key in mock data, the contents of this tag are output.
Expected results
If there is content in the pages key in mock_data.yml, the tag should not output anything.
This bug/request is very low priority.