Bootstrap eingefügt, Buttons ausprobiert

This commit is contained in:
2024-01-13 15:50:10 +01:00
parent df15c04395
commit f3202c7235
3 changed files with 28 additions and 16 deletions

View File

@@ -1,13 +1,3 @@
<html>
<head>
<title>Homepage</title>
</head>
<body>
<h1>Homepage</h1>
{% for x in range(content) %}
<p>{{x}}</p>
{% endfor %}
<p>{{x}}<p>
</body>
</html>
{% extends "base.html" %}
{% block title %}Homepage{% endblock %}
{% block content %}<h1>Test</h1>{% endblock %}