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 }}
|