Open
Description
In Patternlab 1 it was possible to do that:
Opening http://localhost:8080/?p=atoms-colors
Example of source/_meta/_00-head.mustache
<body class="{% patternPartial %}">
The expected output is something like:
<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.