{% extends "page/titled/default.html.twig" %} {%- block meta_title -%} {{- parent()|build_string(category) -}} {% endblock %} {% block meta_description %} {{- parent()|build_string(post) -}} {% endblock %} {% block page_title %} {{- parent()|build_string(category) -}} {% endblock %} {% block page_subtitle %} {{- parent()|build_string(category) -}} {% endblock %} {% block pager %} {{ include('module/_pager.html.twig', { route: _node.routeName, routeParams: { category: category.id, slug: category.slug, _domain: _domain, }, pages: pager.paginationData.endPage, currentPage: pager.paginationData.current }) }} {% endblock %}