{{ define "mainbody" }}
  <main>
      <h2 class="text-center">
          Model {{ .Model.Name }} was deleted!
      </h2>
      <div class="description text-center">
          <a hx-get="/models" hx-headers='{"REQUEST-TYPE": "htmlfull"}' hx-push-url="true" hx-swap="outerHTML" hx-target=".app">
              👈 Go back
          </a>
      </div>
  </main>
{{ end }}