gophertype/pvt-www/index.gohtml

13 lines
301 B
Plaintext

{{ define "title" }}Welcome{{ end }}
{{ define "content" }}
<h1>Welcome to "Blog!"</h1>
<p>
This is your index page. You can edit it and put whatever you want here.
By default, the blog index is also embedded on the website's index page.
</p>
{{ BlogIndex .Request "" "public" }}
{{ end }}