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: edd6096bb51e6340d35cbcebbff60822752c6323 (plain)
1
2
3
4
5
6
<article class="prose mx-6 my-8 max-w-none">
  <h1>{{ .Title }}</h1>
  {{ with .Content }}
    {{ . }}
  {{ end }}
</article>