Back to Postgresml

Template

pgml-dashboard/src/components/cards/marketing/slider/template.html

2.10.0377 B
Original Source

% use crate::components::icons::Checkmark; %>

<%- title %>

<% if bullets.len() > 0 { %> <% for bullet in bullets {%> <%+ Checkmark::new() %> <%- bullet %>

<% } %> <% } %> <% if text.len() > 0 { %> <%= text %> <% } %> <% if link.len() > 0 {%> Learn More arrow_forward <% } %>