2017-10-31 16:42:15 +00:00
|
|
|
{{ define "title" }}Welcome{{ end }}
|
|
|
|
{{ define "content" }}
|
2017-12-01 16:07:21 +00:00
|
|
|
<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>
|
|
|
|
|
|
|
|
{{ RenderIndex .Request "" "" }}
|
2017-10-31 16:42:15 +00:00
|
|
|
{{ end }}
|