feat: first version
This commit is contained in:
6
layouts/index.html
Normal file
6
layouts/index.html
Normal file
@ -0,0 +1,6 @@
|
||||
{{ define "main" }}
|
||||
{{ .Content }}
|
||||
|
||||
<h2>Dernières actualités</h2>
|
||||
{{ partial "actualites.html" . }}
|
||||
{{ end }}
|
Reference in New Issue
Block a user