---
title:
type: docs
directive: true
plugin: true
link: https://github.com/admpub/nging
---
<html>
<head>
<title>{{"{{.Name}}"}}</title>
</head>
<body>
{{"{{if .CanGoUp}}"}}<a href="..">Up one level</a><br>{{"{{end}}"}}
<h1>{{"{{.Path}}"}}</h1>
{{"{{range .Items}}"}}
<a href="{{"{{.URL}}"}}">{{"{{.Name}}"}}</a><br>
{{"{{end}}"}}
</body>
</html>