From 1120db35709c68aac6802652d9f0b36d41b5f08e Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 17 Dec 2014 10:01:38 +0200 Subject: Initial commit --- templates/gallery-index.html | 46 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 templates/gallery-index.html (limited to 'templates/gallery-index.html') diff --git a/templates/gallery-index.html b/templates/gallery-index.html new file mode 100644 index 0000000..4ef462b --- /dev/null +++ b/templates/gallery-index.html @@ -0,0 +1,46 @@ + + + + + + + Gallery | Medlab + + + + + + +
+ {% for a in albums %} + {{ a.name }} + {% end %} + +
+ + + + + + + + -- cgit v1.2.3