hugo-test-site/layouts/_default/home.html

4 lines
52 B
HTML
Raw Normal View History

2024-06-06 21:01:40 -07:00
{{ define "main" }}
<h1>Hello world!</h1>
{{ end }}