2023-07-29 13:16:25 +02:00
|
|
|
<div class="card hover-shadow border-primary mb-4 p-0">
|
|
|
|
<div class="row g-0">
|
|
|
|
<div class="col-md-3 text-center p-4 bg-primary text-white rounded">
|
2023-07-31 20:54:52 +02:00
|
|
|
<span class="h2">{{ time.Format "2" .date}}</span>
|
|
|
|
<span>{{ time.Format "Jan 2006" .date}}</span>
|
2023-04-05 14:16:33 +02:00
|
|
|
{{ with .enddate }}<br>bis {{ time.Format "2 Jan 2006" . }}{{ end }}
|
|
|
|
</div>
|
2023-07-29 13:16:25 +02:00
|
|
|
<div class="col-md-9">
|
2023-07-30 09:53:00 +02:00
|
|
|
<div class="card-body h-100 d-flex flex-column justify-content-around">
|
2023-07-29 13:16:25 +02:00
|
|
|
<h4 class="card-title">{{ .title }}</h4>
|
|
|
|
{{ with .location }}
|
|
|
|
<div class="card-text">
|
|
|
|
<i class="mdi mdi-map-marker-radius-outline icon-s text-primary me-2"></i>{{ . | markdownify }}
|
|
|
|
</div>
|
|
|
|
{{ end }}
|
|
|
|
</div>
|
2023-04-05 14:16:33 +02:00
|
|
|
</div>
|
2023-07-29 13:16:25 +02:00
|
|
|
</div>
|
2023-04-05 14:16:33 +02:00
|
|
|
</div>
|