- Makes it possible to target slots using the
slot
prefix:
<a:the_partial>
<a-slot:title class="this thing">I am the title.</a-slot:title>
The slot content.
</a:the_partial>
Inside the partial:
{{ slot.title /}}
slot
prefix:<a:the_partial>
<a-slot:title class="this thing">I am the title.</a-slot:title>
The slot content.
</a:the_partial>
Inside the partial:
{{ slot.title /}}