{% extends "base.html" %} {% load i18n %} {% block section_title %} {% trans "Hello, welcome to Rainmap" %} {% endblock %} {% block content %}
{% trans "Rainmap lets you scan your computer network and see what's exposed to would-be attackers, worms and viruses." %}
{% endblock %}