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