summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inst/app/templates/content/estimators/estimators.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/inst/app/templates/content/estimators/estimators.html b/inst/app/templates/content/estimators/estimators.html
new file mode 100644
index 0000000..133241a
--- /dev/null
+++ b/inst/app/templates/content/estimators/estimators.html
@@ -0,0 +1,13 @@
+<nav class="nav nav-tabs">
+ <a class="nav-link active" data-bs-toggle="tab" href="#add-estimators">About the estimators</a>
+ <a class="nav-link" data-bs-toggle="tab" href="#view-estimates">Select and compute estimates</a>
+</nav>
+
+<div class="container-fluid tab-content">
+ <div id="add-estimators" class="pt-3 tab-pane fade show active">
+ {{ htmlTemplate("templates/content/estimators/add-estimators.html") }}
+ </div>
+ <div id="view-estimates" class="pt-3 tab-pane fade">
+ {{ htmlTemplate("templates/content/estimators/view-estimates.html") }}
+ </div>
+</div>