initial, migrated to new structure

This commit is contained in:
2022-12-30 22:38:51 +01:00
commit cb676f90e3
24 changed files with 326 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{% extends "base.html" %}
{% block content %}
<h1>About Page</h1>
{% endblock content %}

View File

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