Consider <div class="aaa bbb ccc">xxx</div>
How do I create a snippet that can pass "aaa" "bbb" and "ccc" and I can wrap around "xxx" so that its like this:
[%snippet mysnippet class="aaa bbb ccc"]xxx[%/snippet mysnippet]
The problem is that when the content has a lot of HTML it doesnt work well. The reason I am doing it this way is because I want to templatize the layout/presentation of a part to keep it consistent across the website. That would allow me to do that. Why is that outide the scope?