{% extends "browse.html" %}
{% block header %}
{% include "includes/content-scripts.html" %}
{% endblock %}
{% block swh-browse-before-panels %}
{% if origin_context %}
{% include "includes/origin-visit-snapshot.html" %}
{% endif %}
{% endblock %}
{% block swh-browse-main-panel-content %}
{% include "includes/top-navigation.html" %}
{% include "includes/content-display.html" %}
{% endblock %}