{% extends "@UVDeskCoreFramework//Templates//layout.html.twig" %} {% block title %} {{ 'Article'|trans }} {% endblock %} {% block pageContent %}
{# Append Panel Aside #} {% set asideTemplate = 'Webkul\\UVDesk\\CoreFrameworkBundle\\Dashboard\\AsideTemplate' %} {% set asideSidebarReference = 'Webkul\\UVDesk\\SupportCenterBundle\\UIComponents\\Dashboard\\Panel\\Sidebars\\Knowledgebase' %} {{ uvdesk_extensibles.getRegisteredComponent(asideTemplate).renderSidebar(asideSidebarReference) | raw }}
  • {{ 'Article'|trans }}
  • {{ 'SEO'|trans }}
{{'Slug is the url identity of this article.'|trans}}
{{"Title tags and meta descriptions are bits of HTML code in the header of a web page. They help search engines understand the content on a page. A page's title tag and meta description are usually shown whenever that page appears in search engine results"|trans}}
{{'comma "," separated'|trans}}
{% endblock %} {% block footer %} {{ parent() }} {{ include('@UVDeskSupportCenter/Templates/tinyMCE.html.twig') }} {% endblock %}