comparison sat_templates/templates/bulma/photo/album.html @ 384:4e050f67c079

bulma (photo/album): don't add CSS as Libervia Web now injects it when loading the python module
author Goffi <goffi@goffi.org>
date Wed, 22 Nov 2023 15:22:10 +0100
parents 1de599c5a68f
children
comparison
equal deleted inserted replaced
383:4571cd4e68c1 384:4e050f67c079
1 {# FIXME: Q&D way to add a CSS from node_modules, it should be imported directly with the python module #}
2 {{ css_files.append(build_path+"node_modules/swiper/swiper-bundle.min.css") or "" }}
3 {% set loading_screen = true %} 1 {% set loading_screen = true %}
4 {% extends 'base/base.html' %} 2 {% extends 'base/base.html' %}
5 {% import 'components/avatar.html' as avatar with context %} 3 {% import 'components/avatar.html' as avatar with context %}
6 {% import 'input/textbox.html' as textbox with context %} 4 {% import 'input/textbox.html' as textbox with context %}
7 {% import 'blog/macros.html' as blog with context %} 5 {% import 'blog/macros.html' as blog with context %}