xrforge-v2/src/page/dir.html

14 lines
183 B
HTML
Raw Normal View History

2026-07-23 10:01:34 +02:00
${header}
<div style="height:120px;" class="jumbotron">
<h1>${opts.title}</h1>
${opts.subtitle}
</div>
<hr style="margin-top:0">
<div class="grid">
${tiles}
2026-07-23 10:01:34 +02:00
</div>
${footer}