{% extends 'base/structure.html.twig' %} {% block topcontainer %}

{% if categoryTitle is defined %} {{ categoryTitle }} {% endif %} {% if category.isLebanonHistory() %} {% else %} {% if category.isImportant() %} {% endif %} {{ category.name }} {% endif %}

{{ category.description }}
{% endblock %}