{% extends 'base.html.twig' %} {% block title %}Novamar Insurance System {% endblock %} {% block stylesheets %} {{ parent() }} {{encore_entry_link_tags('indexCSS')}} {% endblock %} {% block body %} {{include('mx/nav_menu.twig', {option: 'homepage'})}} Policies to expire 0 Payments Due 0 Claims 0 history Activity Loading... Loading Activity... {% endblock %} {% block javascripts %} {% if app.environment != 'dev' %} {% else %} {% endif %} {% endblock %}