Bootstrap eingefügt, Buttons ausprobiert
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user