1<WizardContent @headerText="Tools" @glyph="tour">
2  <WizardSection
3    @headerText="Wrapping data"
4    @docText="API: Wrap Data"
5    @docPath="/api/system/wrapping-wrap.html"
6    @instructions='Enter some data in JSON format and click "Wrap Data".'
7  >
8    <p>
9      Vault provides several ways to create or wrap data, and manage it from there. Here you can wrap a token (or anything you like) in JSON format. Give it a try.
10    </p>
11  </WizardSection>
12</WizardContent>
13