{% extends "appbuilder/baselayout.html" %}
{% block head_css %}
{{super()}}
<link rel="shortcut icon" href="{{ url_for('static', filename='chaudron.png') }}">
<style>
.navbar-brand a {
color: white;
}
</style>
{% endblock %}