<%= it.Breadcrumb("Edit Keyword", [ { label: "Home", href: "/" }, { label: "Keyword", href: "/masters/keyword" }, { label: "Edit Keyword", current: true }, ]) %>
Keyword <% if (it.keyword_data && it.keyword_data.name) { %> - <%= it.keyword_data.name %> <% } %>
<%= it.Button({ label: "Add Keyword", id: "btn-add-keyword", variant: "primary", icon: "plus" }) %>
<%= it.Button({ label: "Update Keywords", id: "update-json", variant: "primary", icon: "refresh" }) %>