github.com/navikt/knorten@v0.0.0-20240419132333-1333f46ed8b6/templates/team/events.tmpl (about)

     1  {{ define "team/events" }}
     2      {{ template "head" . }}
     3      {{ with .errors }}
     4          {{ . }}
     5      {{ end }}
     6      {{ with .flashes }}
     7          {{ . }}
     8      {{ end }}
     9      <article class="bg-white rounded-md p-4">
    10          <h2>{{ .slug }}</h2>
    11          <br/>
    12          {{ template "event/logs/rows" .events }}
    13      </article>
    14      {{ template "footer" }}
    15  {{ end }}