{% extends 'bootstrap/base.html' %} {% block title %} {% if title %}{{ title }}{% else %}Nordix Open Labs{% endif %} {% endblock %} {% block navbar %} {% endblock %} {% block content %}
https://www.nordix.org/

[nolabs]

{% with messages = get_flashed_messages() %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% endwith %} {# application content needs to be provided in the app_content block #} {% block app_content %}{% endblock %}
{%- endblock %}