gophertype/pvt-www/index.gohtml

13 lines
301 B
Plaintext
Raw Permalink Normal View History

2019-11-15 03:03:56 +00:00
{{ 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>
2019-11-27 00:54:02 +00:00
{{ BlogIndex .Request "" "public" }}
2019-11-15 03:03:56 +00:00
{{ end }}