This commit is contained in:
2025-10-09 20:46:21 +01:00
parent 700ebe9f5b
commit 8f90159eda
8 changed files with 406 additions and 160 deletions

10
templates/cv.html Normal file
View File

@@ -0,0 +1,10 @@
{% extends "_base.html" %}
{% block content %}
<div id="container">
<div id="project-container">
<div id="project-body">
{{ content }}
</div>
</div>
{% endblock %}