diff options
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/layout.html b/templates/layout.html index 0a887ce..3f9851d 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -14,5 +14,7 @@ <hr /> {{template "body" .}} </div> + <script src="/static/javascript/jquery.slim.min.js"></script> + <script src="/static/javascript/bootstrap.bundle.min.js"></script> </body> </html> |