AMP Body of an Accordion Section. Allows you to create the body of a section in an "accordion."
Example
<m-accordion>
<m-accordion-section>
<m-accordion-title>Title</m-accordion-title>
<m-accordion-body>
content
</m-accordion-body>
</m-accordion-section>
</m-accordion>