{% extends "bootstrap/base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}Cloud Builder - Datapoint.bg{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {{ moment.lang("bg") }} {{ moment.include_moment() }} {% endblock %} {% block navbar %} {% include "nav.html" %} {% endblock %} {% block content %} {% block outside_container %}{% endblock %}
{% for message in get_flashed_messages() %}
{{ message }}
{% endfor %} {% block page_content %}{% endblock %}
{% block footer %} {% endblock %} {% endblock %}