Copied structure and files from Roos

This commit is contained in:
2025-04-03 15:52:27 +02:00
parent c87ed9cbd6
commit 66d79eeb89
13 changed files with 183 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{% extends 'base.html' %}
{% block title %}
Staak-app
{% endblock %}
{% block content %}
<h1>Welkom bij de staak-app!</h1>
{% endblock %}