mirror of
https://github.com/agresdominik/website.git
synced 2026-04-21 18:05:53 +00:00
Inital
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{{ define "main" }}
|
||||
|
||||
{{ .Title }}
|
||||
|
||||
<ul>
|
||||
{{ range .Pages }}
|
||||
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user