{% set active_page = active_page|default('home') -%} {% block title %} Crowd Translate App {% endblock %} {% block customscript %} {% endblock %} {% block customstyle %} {% endblock %} {% block navbar %} {# TODO: wrap it into a real nice bootstrap bar #} {% endblock %} {% block flashed %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %} {% endfor %}
{% endif %} {% endwith %} {% endblock%} {% block content %}
This is a template for the content. Probably, this page is still in construction.
{% endblock %} {% block footer %} {% endblock %} {% block extra_script %} {% endblock %}