{{"如果不填,将使用默认模板。模板格式:"|T}}
---
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>