comparison mod_http_dir_listing2/resources/template.html @ 3002:c91c9b87929e

mod_http_dir_listing2: Switch to util.interpolation for HTML rendering
author Kim Alvefur <zash@zash.se>
date Mon, 16 Apr 2018 21:18:47 +0200
parents 1108a40c3118
children
comparison
equal deleted inserted replaced
3001:1108a40c3118 3002:c91c9b87929e
5 <style>{style}</style> 5 <style>{style}</style>
6 </head> 6 </head>
7 <body> 7 <body>
8 <h1>Index of {path}</h1> 8 <h1>Index of {path}</h1>
9 9
10 {filelist} 10 <ul class="filelist">{filelist#
11 <li class="{item.class}"><a href="{item.href}"{item.rel& rel="{item.rel}"}>{item.text}</a></li>}
12 </ul>
11 13
12 <footer>{footer}</footer> 14 <footer>{footer}</footer>
13 </body> 15 </body>
14 </html> 16 </html>