| 1 | {{ define "page" -}} |
| 2 | <div class="shithub-settings-page"> |
| 3 | {{ template "repo-settings-nav" . }} |
| 4 | <div class="shithub-settings-content"> |
| 5 | <h1>{{ .Heading }}</h1> |
| 6 | <section class="shithub-settings-section"> |
| 7 | <p>{{ .Body }}</p> |
| 8 | <p class="shithub-hint">This tab is reserved so the navigation matches the eventual surface; the underlying machinery isn't wired yet.</p> |
| 9 | </section> |
| 10 | </div> |
| 11 | </div> |
| 12 | {{- end }} |