.
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user