created new navbar partial

This commit is contained in:
timurgordon
2022-02-10 14:29:01 +03:00
parent 00c8893dd2
commit fd4007a9b4
12 changed files with 510 additions and 225 deletions

View File

@@ -1,8 +1,10 @@
<!DOCTYPE html>
<html lang="en" charset="utf-8">
{% include "partials/head.html" %}
{% include "partials/navbar.html" %}
<body>
{% include "partials/header.html" %}
<div id="content">
{% block content %}{% endblock %}
</div>