templates/entreprise/privacy.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
    
    {% block stylesheets %}
        {{ parent() }}
    {% endblock stylesheets %}
    
    {% block body %}
        {% for ent in entreprise  %}
            {{ ent.privacy | raw }}
        {% endfor %}
      {# End main #}
    {% endblock body %}
    
    {% block javascripts %}
        {{ parent() }}
        
        
        
    {% endblock javascripts %}