## {{ properCase name }}Page
A top level page container that corresponds to a route by the same name.

### Route Parameters
An paramaters that might be part of the route.

### Example Usage

```js
<{{ properCase name }}Page  />
```

{{#if wantPropTypes}}
### Props

| Prop          | Type     | Default     | Possible Values
| ------------- | -------- | ----------- | ---------------------------------------------
| **myProp**    | String   |             | Any string value

{{/if}}

### Other Information
