mirror of
https://github.com/StefBuwalda/WebTech.git
synced 2025-10-30 03:10:00 +00:00
Copied structure and files from Roos
This commit is contained in:
9
application/templates/home.html
Normal file
9
application/templates/home.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}
|
||||
Staak-app
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Welkom bij de staak-app!</h1>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user