Files
cjsatnarine.space/blog/templates/projects-page.html
2025-03-21 17:11:15 -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 %}