From 0927c038fe17c8b6bca3cd2cb1bde09d486487f4 Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Sat, 16 Jan 2016 22:25:10 +0100 Subject: demo template --- demotemplate.html.jinja | 80 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) (limited to 'demotemplate.html.jinja') diff --git a/demotemplate.html.jinja b/demotemplate.html.jinja index e69de29..fc2da59 100644 --- a/demotemplate.html.jinja +++ b/demotemplate.html.jinja @@ -0,0 +1,80 @@ + + + + + + + + + Image Lightbox Demo + + + + + + + + +
+
+

Image LightboxResponsive & Touch-Friendly

+

View source of demos on Github.

+
+ + {% for d in demos %} + {% set i = loop.index0 %} +

{{ d.name }}

+ + {% endfor %} + + +
+ + + + + + + + + + -- cgit v1.2.3