| 1 | use ; | |
| 2 | ||
| 3 | /// The HTML shell every page renders inside. | |
| 4 | /// | |
| 5 | /// A layout rather than a helper function: `view!` needs the request context in scope, | |
| 6 | /// so a plain `fn shell(..)` cannot build one. Layouts wrap by path prefix, and this | |
| 7 | /// one is at `/`, so it wraps everything. | |
| 8 | ||
| 9 | async | |
| 10 | ||
| 11 | ||
| 12 | ||
| 13 | ||
| 14 | ||
| 15 | ||
| 16 | ||
| 17 | ||
| 18 | ||
| 19 | ||
| 20 | ||
| 21 | ||
| 22 | ||
| 23 | ||
| 24 | ||
| 25 | ||
| 26 |