<% if configs = account.account_configs.find_by(key: AccountConfig::POLICY_LINKS_KEY) %>
<%= MarkdownToHtml.call(configs.value) %>
<% end %>