You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
301 B
12 lines
301 B
{{ 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 }}
|
|
|