{% extends "main.html" %} {% block title %}Tree{% endblock %} {% block content %}

Scrape a page



{% for uuid, page_title in titles %} {{ page_title }}

{% endfor %}
{% endblock %}