personal-website/layouts/_default/single.html
lauralani 85d971d3bd
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful
add navbar and portfolio
2023-08-30 15:41:50 +02:00

9 lines
No EOL
148 B
HTML

{{ define "page" }}
<article class="container">
<content>
<h1>{{ .Title }}</h1>
<br/>
{{ .Content }}
</content>
</article>
{{ end }}