parent
50bb7ff078
commit
ec1c18bc54
@ -0,0 +1,16 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||
<title>{{ .Title }}</title> |
||||
<link rel="stylesheet" href="/static/pico.min.css"> |
||||
</head> |
||||
|
||||
<body> |
||||
{{ .Content }} |
||||
</body> |
||||
|
||||
</html> |
@ -1,8 +1,8 @@ |
||||
{{range .Users}} |
||||
{{range .}} |
||||
<ul> |
||||
<li> |
||||
<a href="{{ .Path() }}"> |
||||
{{ .Name() }} |
||||
<a href="{{ .Path }}"> |
||||
{{ .Name }} |
||||
</a> |
||||
</li> |
||||
</ul> |
||||
|
Loading…
Reference in new issue