micrach/templates/components/thread-card-title.html

5 lines
111 B
HTML
Raw Normal View History

{{ define "thread-card-title" }}
{{ if ne . "" }}
<h5 class="card-title">{{ . }}</h5>
{{ end }}
{{ end }}