mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
7 lines
318 B
Smarty
7 lines
318 B
Smarty
% rebase('webpage_base.tpl')
|
|
|
|
<div id="status-container" class="row row-cols-1 row-cols-md-4 g-4 mt-4"></div>
|
|
|
|
<script src="/js/common.js"></script>
|
|
<script src="/js/status.js"></script>
|
|
<script>$(document).ready(function() { $("#nav-link-status").addClass("active"); }); <!-- highlight active page in nav --></script> |