templates/blog_posts/_security_issue_section.md.erb (8 lines of code) (raw):
<%- if security_fixes.present? %>
## Security fixes
### Table of security fixes
| Title | Severity |
| ----- | -------- |
<%= security_fixes_rows %>
<%= security_fixes_summary %>
<%- end %>