Recommend this page to a friend! |
Classes of Scott Arciszewski | > | CMS Airship | > | src/Cabin/Bridge/View/blog/category.twig | > | Download |
|
|
![]() |
{% extends base_template() %} {% set title = __("Blog Categories") %} {% import "macros/blog_categories.twig" as bcatmac %} {% block main %} {% include cargo("bridge_blog_categories") ignore missing %} {% endblock %} |