7 lines
183 B
HTML
7 lines
183 B
HTML
{{ define "blog-main" }}
|
|
<div class="prose w-3/6 mt-5 mx-auto">
|
|
<h1 id="{{ .Title }}">{{ .Title }}</h1>
|
|
<img src="{{ .Params.image }}" alt="">
|
|
{{ .Content }}
|
|
</div>
|
|
{{ end }}
|