{% from "_beloadingNotifier.html" import beloadingNotifier %}
{% block title %} FQM {% endblock %}
{% block head %}
{{ cssify('static/css/main.less') }}
{{ cssify('static/css/spacing.less') }}
{{ moment.include_moment(local_js='/static/backstrap/moment.min.js') }}
{{ beloadingNotifier(version, beload=False, release=translate("You are using an older version of FQM, a newer release is available on fqms.github.io", 'en', [defLang]), firefox=translate("You are not using Firefox browser, which this project is designed and most suited for.", 'en', [defLang])) }}
{% endblock %}