diff --git a/html/partials/card.ejs b/html/partials/card.ejs new file mode 100644 index 00000000..f19115f9 --- /dev/null +++ b/html/partials/card.ejs @@ -0,0 +1,71 @@ +
+
+
+ <% if(icon="none"){ %><% } else{ %> <%- icon %><% } %> +
+

<%= title %>

+
+

<%= description %>

+ <% if (actions=="true") { %> +
+ <% if (has_secondary_action=="true") { %> + <%- secondary_icon %> <%= secondary_text %> + <% } %> + <%- primary_icon %> <%= primary_text %> +
+ <% }%> +
+ + \ No newline at end of file