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