{% if getenv('SITE_TITLE') == "" %}
P2Pool Observer {% else %}
{{ getenv('SITE_TITLE') }} {% endif %}{% block title %}{% endblock %}
{% include('header.html') %}
{% block content %} {% endblock %}
{% include('footer.html') %}