Recommend this page to a friend! |
Classes of Scott Arciszewski | > | CMS Airship | > | src/Cabin/Hull/View/cargo/blog_category_preamble.twig | > | Download |
|
|
![]() |
{% if category.categoryid %} <h1 id="category-name">{{ category.name }}</h1> <div id="category-preamble">{{ category.preamble|default("")|CleanMarkdown }}</div> {% else %} <h1 id="category-name">{{ __("Uncategorized Blog Posts") }}</h1> {% endif %} |