{% extends 'layouts/single_page.html' %}
{% block subtitle %}- {% trans 'Simple website monitoring' %}{% endblock %}
{% block content_section %}
{% trans 'Simple website monitoring' %}
{% trans 'Log in' %}
{% trans 'or' %}
{% trans 'Registration user' %}
Yagura