Mercurial > libervia-templates
comparison sat_templates/templates/bulma/photo/album.html @ 252:a0e889d73bad
bulma (photo): slideshow
CSS + template for slideshow and the comments panel used inside.
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 16 Jul 2020 09:08:34 +0200 |
parents | 2b8d18a9df00 |
children | 5e51ce9376ed |
comparison
equal
deleted
inserted
replaced
251:80cfec962b1e | 252:a0e889d73bad |
---|---|
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 "" }} | |
1 {% extends 'base/base.html' %} | 3 {% extends 'base/base.html' %} |
2 {% import 'components/avatar.html' as avatar with context %} | 4 {% import 'components/avatar.html' as avatar with context %} |
3 {% import 'input/textbox.html' as textbox with context %} | 5 {% import 'input/textbox.html' as textbox with context %} |
4 {% import 'blog/macros.html' as blog with context %} | 6 {% import 'blog/macros.html' as blog with context %} |
5 | 7 |