{% extends "global/layout.html" %}
{% block title %}{{ _('Web Browser Configuration') }}{% endblock %}
{% block content %}
{% include "downloads/browser-content.html" %}
{% endblock %}