{% extends 'layout.html.twig' %}
{% block content %}
{% include current_request.domain ~'/main.html.twig' %}
{% endblock %}