@ -97,8 +97,8 @@ Sets the custom date and time format of the modification. Learn more about the d
```
# index.tmpl (file)
If you want to write your own HTML page template, use the [GO documentation](https://pkg.go.dev/html/template). The example below shows the default template.
## File example
If you want to write your own HTML page template, use the [GO documentation](https://pkg.go.dev/html/template). The example below shows the template example.
## Template example
```
<!doctype html>
<html>
@ -131,5 +131,10 @@ If you want to write your own HTML page template, use the [GO documentation](htt
</html>
```
## Default templates
The templates used by default are in the source code: