forked from
smokesignal.events/smokesignal
i18n+filtering fork - fluent-templates v2
1{% extends "base." + current_locale + ".html" %}
2{% block title %}{{ t("homepage-title") }}{% endblock %}
3{% block head %}{% endblock %}
4{% block content %}
5<section class="section">
6 <div class="container">
7 {% include 'alert.' + current_locale + '.partial.html' %}
8 </div>
9</section>
10{% endblock %}