lauralani
5afcbeb202
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful
7 lines
No EOL
196 B
HTML
7 lines
No EOL
196 B
HTML
{{ define "page" }}
|
|
<article class="container">
|
|
<a href="{{ .CurrentSection.RelPermalink }}">Back to {{ .CurrentSection.Title }}</a>
|
|
<h1>{{ .Title }}</h1>
|
|
{{ .Content }}
|
|
</article>
|
|
{{ end }} |