| Index: pages/index.md | 
| =================================================================== | 
| --- a/pages/index.md | 
| +++ b/pages/index.md | 
| @@ -1,5 +1,41 @@ | 
| title=Hello, world | 
| # Hello, world | 
| Welcome to the Help Center! | 
| + | 
| +<div class="container"> | 
| + | 
| +<dl class="accordion"> | 
| + <dt role="heading" aria-level="3" class="accordion-heading"> | 
| + <button aria-expanded="true" aria-disabled="true" aria-controls="sect1" id="heading1" class="accordion-toggle-button"> | 
| + <img src="/img/png/arrow-icon-secondary.png" srcset="/img/svg/arrow-icon-secondary.svg 2x" alt="{{ "Toggle Section" | translate("accordion-toggle-icon", "Image alt text") }}"> | 
| + Section 1 Title | 
| + </button> | 
| + </dt> | 
| + <dd role="region" aria-labelledby="heading1" id="sect1" class="accordion-body"> | 
| + Section 1 Content | 
| + </dd> | 
| + | 
| + <dt role="heading" aria-level="3" class="accordion-heading"> | 
| + <button aria-expanded="true" aria-disabled="true" aria-controls="sect2" id="heading2" class="accordion-toggle-button"> | 
| + <img src="/img/png/arrow-icon-secondary.png" srcset="/img/svg/arrow-icon-secondary.svg 2x" alt="{{ "Toggle Section" | translate("accordion-toggle-icon", "Image alt text") }}"> | 
| + Section 2 Title | 
| + </button> | 
| + </dt> | 
| + <dd role="region" aria-labelledby="heading2" id="sect2" class="accordion-body"> | 
| + Section 2 Content | 
| + </dd> | 
| + | 
| + <dt role="heading" aria-level="3" class="accordion-heading"> | 
| + <button aria-expanded="true" aria-disabled="true" aria-controls="sect3" id="heading3" class="accordion-toggle-button"> | 
| + <img src="/img/png/arrow-icon-secondary.png" srcset="/img/svg/arrow-icon-secondary.svg 2x" alt="{{ "Toggle Section" | translate("accordion-toggle-icon", "Image alt text") }}"> | 
| + Section 3 Title | 
| + </button> | 
| + </dt> | 
| + <dd role="region" aria-labelledby="heading3" id="sect3" class="accordion-body"> | 
| + Section 3 Content | 
| + </dd> | 
| +</dl> | 
| + | 
| +</div> |