{% set get_theme_data = Lona.import('lona_picocss.themes.get_theme_data') %} {% set hex_to_rgba = Lona.import('lona_picocss.themes.hex_to_rgba') %} {% set theme_data = get_theme_data(Lona) %}
{% if theme_data.theme_settings.theme == 'dark' %} {% elif theme_data.theme_settings.theme == 'light' %} {% endif %} {{ Lona.load_stylesheets() }}