Back to Postgresml

Template

pgml-dashboard/src/components/navigation/left_nav/docs/template.html

2.10.0398 B
Original Source

% fn icon_map(title: &str) -> &str { match title.to_lowercase().as_str() { "api" => "sdk", "product" => "dashboard", "guides" => "menu_book", "resources" => "school", "introduction" => "list_alt", "cloud" => "cloud", _ => "dashboard", } } fn title(title: String) -> String { format!(r##"

{} {} "##, icon_map(&title), title ) } %> <% if !mobile { %>

<% } else {%>

<% } %>