{% extends "base." + current_locale + ".html" %} {% block title %}{{ t("homepage-title") }}{% endblock %} {% block head %} {% endblock %} {% block content %} {% include 'index.' + current_locale + '.common.html' %} {% endblock %}