Welcome to mirror list, hosted at ThFree Co, Russian Federation.

summary-list-card.html « components « partials « layouts - github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3829230a2f8c85f2ed548124daab3f5109b10d5e (plain)
1
2
3
4
5
{{ range . }}
<div class="mb-6">
  {{ partial "components/summary-card" . }}
</div>
{{ end }}