This commit is contained in:
Rich
2021-07-03 20:22:03 +01:00
parent c432f978b4
commit b220d1c63d
5 changed files with 63 additions and 21 deletions

View File

@@ -1,16 +1,4 @@
<html>
<head>
<title>Travel Router</title>
</head>
<body>
<h1>Hi, {{ user.username }}!</h1>
{% for post in posts %}
<div>
<p>{{ post.author.username }} says: <b>{{ post.body }}</b></p>
</div>
{% endfor %}
</body>
</html>
<doctype html="">
<title>Networks</title>
{{ table }}
</doctype>