diff --git a/layouts/tags/list.html b/layouts/tags/list.html new file mode 100644 index 0000000..9b5ab81 --- /dev/null +++ b/layouts/tags/list.html @@ -0,0 +1,3 @@ +{{ define "main" }} + {{ partial "products/list/product-list.html" . }} +{{ end }} \ No newline at end of file