Started work to re-work database; add new models for benchmarks and components

This commit is contained in:
2023-09-22 23:03:24 -06:00
parent e176398f41
commit 0dd7098681
18 changed files with 343 additions and 51 deletions

View File

@ -10,7 +10,7 @@
<script src="/js/bedabin.min.js"></script>
</head>
<body>
{% include 'layout/navbar.twig' %}
{% include 'partials/navbar.twig' %}
<div id="main-wrapper" class="container">
{% block content %}{% endblock %}