<% if (post.getOgImageUrl() != null && !post.getOgImageUrl().isBlank()) { %>
<% } %>
<% if (post.getCategoryName() != null && !post.getCategoryName().isBlank()) { %>
<%= HtmlUtils.htmlEscape(post.getCategoryName()) %>
<% } %>
<%= HtmlUtils.htmlEscape(post.getTitle() == null ? "" : post.getTitle()) %>
<%= HtmlUtils.htmlEscape(post.getAuthorDisplayName() == null ? "" : post.getAuthorDisplayName()) %>
<% } %>