Files
WebTech/application/templates/home.html
2025-04-12 12:26:02 +02:00

9 lines
168 B
HTML

{% extends 'base.html' %}
{% block title %}
Idk applicatie
{% endblock %}
{% block content %}
<h1>Dit is de home page, hopelijk redirect de pagina</h1>
{% endblock %}