In Patternlab 1 it was possible to do that: Opening http://localhost:8080/?p=atoms-colors Example of source/_meta/_00-head.mustache ``` html <body class="{% patternPartial %}"> ``` The expected output is something like: ``` html <body class="atoms-colors"> ``` I've been trying to use the provided data, but I couldn't find anything related in documentation nor in issues somewhere.