SUrvey now works
This commit is contained in:
@@ -4,8 +4,9 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Hello, World!</title>
|
||||
<!-- Bootstrap CSS -->
|
||||
<link href="/static/css/bootstrap.css" rel="stylesheet">
|
||||
<link href="/static/css/Jost.css" rel="stylesheet">
|
||||
<link href="/static/css/main.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar navbar-dark bg-dark navbar-expand-lg text-light">
|
||||
@@ -32,8 +33,10 @@
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<article class="px-3">
|
||||
{{block "content" .}} {{end}}
|
||||
<!-- Bootstrap JS and dependencies -->
|
||||
</article>
|
||||
<script src="/static/js/bootstrap.js"></script>
|
||||
{{block "bottom" .}} {{end}}
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user