Files
serve-index/test/shared/template.html
2014-10-03 11:17:30 -04:00

16 lines
314 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>listing directory {directory}</title>
<style>{style}</style>
</head>
<body class="directory">
<h1>This is the test template</h1>
<h2>directory {directory}</h2>
<div id="wrapper">
<h1>{linked-path}</h1>
{files}
</div>
</body>
</html>