update home page; changed projects to My Stuff; add Stuff I Like section

This commit is contained in:
CJSatnarine
2025-05-23 20:20:01 -04:00
parent 6a8034316b
commit 8a1389d87a
7 changed files with 43 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block content %}
<h1 class="title">
{{ section.title }}
</h1>
<p>{{ section.content | safe }}</p>
{% endblock content %}