# {{title}}

## Overview

{{overview}}

## Prerequisites

{{#prerequisites}}
- {{.}}
{{/prerequisites}}

## Steps

{{#steps}}
### Step {{number}}: {{title}}

{{description}}

{{#code}}
```{{language}}
{{code}}
```
{{/code}}

{{#note}}
> **Note:** {{note}}
{{/note}}

{{#warning}}
> **Warning:** {{warning}}
{{/warning}}

{{/steps}}

## Verification

{{verification}}

## Troubleshooting

{{#troubleshooting}}
### {{problem}}

**Solution:** {{solution}}
{{/troubleshooting}}

## Next Steps

{{#next_steps}}
- [{{title}}]({{path}})
{{/next_steps}}

## Related Guides

{{#related}}
- [{{title}}]({{path}})
{{/related}}
