i18n+filtering fork - fluent-templates v2
at main 146 B view raw
1{% extends "bare." + current_locale + ".html" %} 2{% block content %} 3{% include 'view_event.' + current_locale + '.common.html' %} 4{% endblock %}