{% extends 'layout-distributors.html.twig' %}
{% block title %}Tutorials - NIS{% endblock %}
{% block stylesheets %}
{{encore_entry_link_tags('tutorialsCSS')}}
{% endblock %}
{% block body %}
{{ include("distributors/nav_menu.twig",{option:'tutorials'}) }}
{{ include("components/tutoriales-component.html.twig", {option:'tutorials'} ) }}
{% endblock %}
{% block javascripts %}
{% endblock %}