templates/MDS/EventsBundle/services/base-services-modal.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     {#{{ include('common/head.html.twig') }}#}
  5. </head>
  6. <body>
  7.         {% block content %}{% endblock %}
  8. <!-- /page container -->
  9. {% block javascripts %}{% endblock %}
  10. {# Platform Scrypt Default File #}
  11. </body>
  12. </html>