Add navigation bar
This commit is contained in:
parent
1a7872b136
commit
ded4b913da
4 changed files with 59 additions and 12 deletions
|
|
@ -11,8 +11,10 @@
|
|||
|
||||
{% block style %}{% endblock %}
|
||||
</head>
|
||||
{% from "navbar.html" import navbar with context %}
|
||||
|
||||
<body>
|
||||
{% block nav %}{{ navbar() }}{% endblock %}
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
<script src="{{ url_for('static', filename='javascript/jquery/jquery.min.js') }}"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue