feat(website): add content structure files

This commit is contained in:
Alexander Navarro 2024-12-26 13:18:50 -03:00
parent 9c6d935069
commit 7af58fe829
35 changed files with 214 additions and 18 deletions

View file

@ -13,8 +13,8 @@
</head>
<body transition:animate="fade">
<header class="position-sticky py-1 py-lg-3">
{% include "partials/navbar.html" %}
<header class="msp-position-sticky msp-py-1 msp-py-lg-3">
{% include "partials/header.html" %}
</header>
<main>
{% block content %}{% endblock %}