{% extends "layout-distributors.html.twig" %}
{% block title %}Novamar Insurance System{% endblock %}
{% block stylesheets %}
{{ parent() }}
{{encore_entry_link_tags('dashboardComponentCSS')}}
{{encore_entry_link_tags('jqueryFilerCSS')}}
{% endblock %}
{% block body %}
{{ include("distributors/nav_menu.twig",{option:'distributor_home'}) }}
{{ include('components/dashboard-component.html.twig') }}
{% endblock %}
{% block javascripts %}
{% if app.environment == 'prod' %}
{% else %}
{% endif %}
{% endblock %}