--- title: Product description: Here is product page suppress_header: true extra_css: - features-v2.css - release-posts.css - product-page.css --- <% missing_feature_count = 0 %>
<% if category.name %>

<%= category.name %>

<% end %> <% if category.description %>

<%= category.description %>

<% end %> <% if category.link %> <%= category.link_description %> <% end %>
<% if category.body %> <%= kramdown(category.body) %> <% end %>