This is a gentle fork from https://framagit.org/marienfressinaud/photos.marienfressinaud.fr with a responsive and optimized mindset. https://media.larlet.fr/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html.j2 337B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="initial-scale=1.0" />
  6. <title>Boop</title>
  7. </head>
  8. <body>
  9. <ul>
  10. {% for gallery in galleries -%}
  11. <li>{{ gallery.name }}</li>
  12. {% endfor %}
  13. </ul>
  14. </body>
  15. </html>