diff --git a/layouts/shortcodes/dropdown_filter.html b/layouts/shortcodes/dropdown_filter.html new file mode 100644 index 0000000..c5ec0e4 --- /dev/null +++ b/layouts/shortcodes/dropdown_filter.html @@ -0,0 +1,27 @@ +{{ $id := .Get "id" }} +{{ $default_selection := .Get "default_selection" }} +{{ $options := .Get "options" }} + +{{ $options_split := split $options "," }} + +