4 {{ bootstrapLib(theme = bslib::bs_theme(primary = "red")) }}
6 <title>Rnaught Web
</title>
7 <link rel=
"stylesheet" type=
"text/css" href=
"styles.css">
8 <!-- Enable tooltips. -->
10 $(document).ready(function(){
11 $('[
data-bs-toggle="tooltip"]').tooltip();
15 <body class=
"d-flex flex-column h-100">
17 <strong>This application requires JavaScript.
</strong>
19 {{ htmlTemplate("templates/navbar.html") }}
20 {{ htmlTemplate("templates/tabs.html") }}
21 {{ htmlTemplate("templates/content.html") }}
22 {{ htmlTemplate("templates/footer.html") }}