{# General Macros #} {# Drop-down download cube/rss button #} {% macro dropdownload(id, target) %}
{% endmacro %} {# Rsync Modal window #} {% macro rsyncmodal() %} {# Rsync command modal #} {# end rsync modal #} {% endmacro %} {# Galaxy Search by Plate, Plate-IFU, MaNGA-ID #} {% macro galidsearch(id) %} {% endmacro %} {# Login Form #} {% macro login() %}
New here ? Join Us
{% endmacro %} {# Login Modal Window #} {% macro loginmodal() %} {% endmacro %} {# Download Button for Single Galaxy #} {% macro download(id, links) %}
{% endmacro %} {# List Group #} {% macro listgroup(mylist, id) %} {% endmacro %} {# Panel With List Group #} {% macro panellist(title, mylist, id) %}

{{title|default('Panel Title')}}

{{listgroup(mylist, id)}}
{% endmacro %} {# Info PopUp #} {% macro infopopup(text, title, inner, id, alert='warning', place='right') %} {#
#} {#
#} {% endmacro %}