4 {{ bootstrapLib(theme = bslib::bs_theme(primary = "black")) }}
6 <title>Rnaught Web
</title>
7 <link rel=
"stylesheet" type=
"text/css" href=
"styles.css">
8 <script src=
"script.js"></script>
10 <body class=
"d-flex flex-column h-100">
12 <strong>This application requires JavaScript.
</strong>
14 {{ htmlTemplate("templates/navbar.html") }}
15 {{ htmlTemplate("templates/tabs.html") }}
16 {{ htmlTemplate("templates/content.html") }}
17 {{ htmlTemplate("templates/footer.html") }}