comparison sat_templates/templates/bulma/photo/album.html @ 276:a2b4793c92a9

bulma (photo/album): updated path for swiper CSS
author Goffi <goffi@goffi.org>
date Fri, 14 Aug 2020 08:47:06 +0200
parents b680ce7ba004
children 4efd3d23de17
comparison
equal deleted inserted replaced
275:dbdaf1d7442b 276:a2b4793c92a9
1 {# FIXME: Q&D way to add a CSS from node_modules, it should be imported directly with the python module #} 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/css/swiper.min.css") or "" }} 2 {{ css_files.append(build_path+"node_modules/swiper/swiper-bundle.min.css") or "" }}
3 {% extends 'base/base.html' %} 3 {% extends 'base/base.html' %}
4 {% import 'components/avatar.html' as avatar with context %} 4 {% import 'components/avatar.html' as avatar with context %}
5 {% import 'input/textbox.html' as textbox with context %} 5 {% import 'input/textbox.html' as textbox with context %}
6 {% import 'blog/macros.html' as blog with context %} 6 {% import 'blog/macros.html' as blog with context %}
7 7