Files
cjsatnarine.space/templates/projects-page.html
2025-03-31 19:30:00 -04:00

10 lines
154 B
HTML

{% extends "base.html" %}
{% block content %}
<h1 id="title" class="title">
{{ page.title }}
</h1>
{{ page.content | safe }}
{% endblock content %}