You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
274 B
HTML

<!doctype html>
<html lang="en">
<head>
{% include header.html %}
</head>
<body data-spy="scroll" data-target="#myScrollspy" data-offset="1" style="margin-top: 5rem;">
{% include navbar.html %}
{{ content }}
{% include footer.html %}
</body>
</html>