vendor/uvdesk/support-center-bundle/Resources/views/Knowledgebase/index.html.twig line 1

Open in your IDE?
  1. {% extends "@UVDeskSupportCenter/Templates/layout.html.twig" %}
  2. {% block body %}
  3. <style>
  4. .uv-kb-info {
  5. word-break: break-all;
  6. }
  7. </style>
  8. {% set themeTemplate = themeTemplate ? themeTemplate : 'masonryView' %}
  9. {% include "@UVDeskSupportCenter/Themes/" ~ themeTemplate ~ ".html.twig" %}
  10. {{parent()}}
  11. {% endblock %}
  12. {% block footer %}
  13. {{ parent() }}
  14. {% endblock %}