{% extends "main.html" %} {% from 'bootstrap/utils.html' import render_messages %} {% from "macros.html" import shorten_string %} {% block title %}Capture of {{root_url}}{% endblock %} {% block card %} {% endblock %} {% block scripts %} {{ super() }} {% if auto_trigger_modules %} {% endif%} {% endblock %} {% block content %} {{super()}} {{ render_messages(container=True, dismissible=True) }}
URL captured: {{ shorten_string(root_url, 150) }}
Page title: {{ page_title }}
User Agent: {{ user_agent }}
{% if meta %} {% for k, v in meta.items() if k not in ['user_agent'] %}{{k.title()}}: {{ v }}
{% endfor %} {%endif%}