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

list-article.html « components « partials « layouts - github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6f37b2de021d86daaebd3f63670508262f0244ac (plain)
1
2
3
4
5
6
<article class="prose mx-6 my-8 max-w-none">
  <h1 class="text-primary-text text-3xl font-bold">{{ .Title }}</h1>
  {{ with .Content }}
    {{ . }}
  {{ end }}
</article>