Rename Projects category to Creations

This commit is contained in:
2021-07-25 22:40:04 +00:00
parent a966b59b66
commit 65b3ad7fbf
16 changed files with 273 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
{% extends "base.html" %}
{% block content %}
<h2>{{ page.title }}</h2>
{{ page.content }}
{% endblock %}