xrforge-v2/src/page/dir.html

13 lines
183 B
HTML

${header}
<div style="height:120px;" class="jumbotron">
<h1>${opts.title}</h1>
${opts.subtitle}
</div>
<hr style="margin-top:0">
<div class="grid">
${items}
</div>
${footer}