render results as HTML
This commit is contained in:
14
templates/sitemap.html.j2
Normal file
14
templates/sitemap.html.j2
Normal file
@@ -0,0 +1,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Sitemap for {{ base_url }}</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Crawled {{ urlcount }} URLs on {{ base_url }}
|
||||
<ul>
|
||||
{% for url in urls %}
|
||||
<li><a href="{{ url }}">{{ url }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user