diff --git a/onlylegs/templates/macros/header.html b/onlylegs/templates/macros/header.html new file mode 100644 index 0000000..4433fd0 --- /dev/null +++ b/onlylegs/templates/macros/header.html @@ -0,0 +1,9 @@ +{% macro header_small(title, subtitle, buttons) %} + +{% endmacro %} diff --git a/onlylegs/templates/macros/image.html b/onlylegs/templates/macros/image.html new file mode 100644 index 0000000..1082068 --- /dev/null +++ b/onlylegs/templates/macros/image.html @@ -0,0 +1,15 @@ +{% macro gallery_item(image) %} + +

{{ image.created_at }}

+ + + + {% if image.alt %}{{ image.alt }}{% else %}Image Thumbnail{% endif %} + +
+{% endmacro %}