Back to Postgresml

Template

pgml-dashboard/src/components/accordian/template.html

2.10.0216 B
Original Source

<% for i in 0..html_contents.len() { %>

<% if small_titles {%>

<%- html_titles[i] %>

<% } else { %>

<%- html_titles[i] %>

<% } %> addremove

<%- html_contents[i] %>

<% } %>