From 07a306f7c1a11dce32328a3f3aecc8fbb72869f8 Mon Sep 17 00:00:00 2001 From: Sebastian Benz Date: Wed, 17 Jul 2019 16:41:33 +0200 Subject: [PATCH] Make templates previewable * moves templates to a new root dir `templates * adds a new build task to zip the templates * adds a new static router serving the templates under http://localhost:8080/documentation/templates/preview/websites/gallery/templates/gallery.amp.html --- gulpfile.js/build.js | 49 ++++++++++++++---- .../learn/email-spec/amp-email-structure.md | 2 +- platform/lib/platform.js | 2 + platform/lib/routers/templates.js | 27 ++++++++++ platform/lib/utils/project.js | 3 +- .../ads/app_install_ads}/README.txt | 0 .../app-install-hero-blurred.jpg | Bin .../app-install-logo-blurred.jpg | Bin .../ads/app_install_ads}/app-install.html | 0 .../ads/multi-image-ads}/README.txt | 0 .../ads/multi-image-ads}/blue-blurred.jpg | Bin .../ads/multi-image-ads}/multi-image.html | 0 .../ads/multi-image-ads}/peach-blurred.jpg | Bin .../ads/multi-image-ads}/purple-blurred.jpg | Bin .../ads/multi-image-ads}/yellow-blurred.jpg | Bin .../ads/single-image-ads}/README.txt | 0 .../single-image-ads}/cool-shirt-blurred.png | Bin .../single-image-ads}/single-image-logo.png | Bin .../ads/single-image-ads}/single-image.html | 0 .../ads/single-video}/README.txt | 0 .../single-video/logo-single-video.png | Bin .../single-video/single-video.html | 0 .../videos/single-video-1080x1920.mp4 | Bin .../videos/single-video-1920x1080.mp4 | Bin .../ads/text}/README.txt | 0 .../text.zip => templates/ads/text}/text.html | 0 .../ads/text}/text_logo.png | Bin .../websites/article}/LICENSE | 0 .../websites/article}/css/page.css | 0 .../websites/article}/img/article/bird.png | Bin .../websites/article}/img/article/camels.jpg | Bin .../websites/article}/img/article/cheetah.png | Bin .../websites/article}/img/article/cow.png | Bin .../article}/img/article/elephants_narrow.png | Bin .../article}/img/article/elephants_wide.jpg | Bin .../websites/article}/img/article/gorilla.png | Bin .../websites/article}/img/article/sheep.jpg | Bin .../websites/article}/img/article/sloth.png | Bin .../websites/article}/img/article/zebras.jpg | Bin .../article}/templates/article.amp.html | 0 .../websites/blog}/LICENSE | 0 .../websites/blog}/css/page.css | 0 .../websites/blog}/img/blog/ingredient1.jpg | Bin .../websites/blog}/img/blog/ingredient2.jpg | Bin .../websites/blog}/img/blog/ingredient3.jpg | Bin .../websites/blog}/img/blog/logo.png | Bin .../websites/blog}/img/blog/meetloloa.jpg | Bin .../websites/blog}/img/blog/popular1.jpg | Bin .../websites/blog}/img/blog/popular2.png | Bin .../websites/blog}/img/blog/spritzer.jpg | Bin .../websites/blog}/img/blog/want1.png | Bin .../websites/blog}/img/blog/want2.png | Bin .../websites/blog}/img/blog/want3.png | Bin .../websites/blog}/templates/blog.amp.html | 0 .../websites/e-commerce}/LICENSE | 0 .../websites/e-commerce}/css/page.css | 0 .../img/e-commerce/blog-narrow-01.png | Bin .../img/e-commerce/blog-narrow-02.png | Bin .../img/e-commerce/blog-narrow-03.png | Bin .../img/e-commerce/blog-narrow-04.png | Bin .../img/e-commerce/blog-narrow-05.png | Bin .../img/e-commerce/blog-narrow-06.png | Bin .../img/e-commerce/blog-wide-01.png | Bin .../img/e-commerce/blog-wide-02.png | Bin .../img/e-commerce/blog-wide-03.png | Bin .../img/e-commerce/blog-wide-04.png | Bin .../img/e-commerce/blog-wide-05.png | Bin .../img/e-commerce/blog-wide-06.png | Bin .../e-commerce}/img/e-commerce/logo-nav.png | Bin .../e-commerce}/img/e-commerce/logo.png | Bin .../img/e-commerce/narrow-landing-01.jpg | Bin .../img/e-commerce/narrow-landing-02.jpg | Bin .../img/e-commerce/narrow-landing-03.jpg | Bin .../img/e-commerce/narrow-landing-04.jpg | Bin .../img/e-commerce/product/dark-large-1.jpg | Bin .../img/e-commerce/product/dark-large-2.jpg | Bin .../img/e-commerce/product/dark-large-3.jpg | Bin .../img/e-commerce/product/dark-small-1.jpg | Bin .../img/e-commerce/product/dark-small-2.jpg | Bin .../img/e-commerce/product/dark-small-3.jpg | Bin .../img/e-commerce/product/product-1.jpg | Bin .../img/e-commerce/product/product-10.jpg | Bin .../img/e-commerce/product/product-2.jpg | Bin .../img/e-commerce/product/product-3.jpg | Bin .../img/e-commerce/product/product-4.jpg | Bin .../img/e-commerce/product/product-5.jpg | Bin .../img/e-commerce/product/product-6.jpg | Bin .../img/e-commerce/product/product-7.jpg | Bin .../img/e-commerce/product/product-8.jpg | Bin .../img/e-commerce/product/product-9.jpg | Bin .../img/e-commerce/wide-landing-01.jpg | Bin .../img/e-commerce/wide-landing-02.jpg | Bin .../img/e-commerce/wide-landing-03.jpg | Bin .../img/e-commerce/wide-landing-04.jpg | Bin .../img/e-commerce/wide-listings-hero.jpg | Bin .../api/high-low-accessories-products.json | 0 .../templates/api/high-low-all-products.json | 0 .../api/high-low-bikes-products.json | 0 .../api/high-low-components-products.json | 0 .../api/low-high-accessories-products.json | 0 .../templates/api/low-high-all-products.json | 0 .../api/low-high-bikes-products.json | 0 .../api/low-high-components-products.json | 0 .../templates/blog-article.amp.html | 0 .../templates/blog-listing.amp.html | 0 .../e-commerce}/templates/cart.amp.html | 0 .../templates/checkout-success.amp.html | 0 .../e-commerce}/templates/checkout.amp.html | 0 .../e-commerce}/templates/contact.amp.html | 0 .../e-commerce}/templates/landing.amp.html | 0 .../templates/product-details.amp.html | 0 .../templates/product-listing.amp.html | 0 .../websites/gallery}/LICENSE | 0 .../websites/gallery}/css/gallery-inner.css | 0 .../websites/gallery}/css/gallery.css | 0 .../websites/gallery}/css/page.css | 0 .../websites/gallery}/img/gallery/balloon.jpg | Bin .../gallery}/img/gallery/balloon@2x.jpg | Bin .../gallery}/img/gallery/building.jpg | Bin .../gallery}/img/gallery/building@2x.jpg | Bin .../websites/gallery}/img/gallery/cactus.jpg | Bin .../gallery}/img/gallery/cactus@2x.jpg | Bin .../websites/gallery}/img/gallery/chair.jpg | Bin .../gallery}/img/gallery/chair@2x.jpg | Bin .../websites/gallery}/img/gallery/corner.jpg | Bin .../gallery}/img/gallery/corner@2x.jpg | Bin .../websites/gallery}/img/gallery/court.jpg | Bin .../gallery}/img/gallery/court@2x.jpg | Bin .../websites/gallery}/img/gallery/hall.jpg | Bin .../websites/gallery}/img/gallery/hall@2x.jpg | Bin .../gallery}/img/gallery/jellyfish.jpg | Bin .../gallery}/img/gallery/jellyfish@2x.jpg | Bin .../websites/gallery}/img/gallery/lake.jpg | Bin .../websites/gallery}/img/gallery/lake@2x.jpg | Bin .../websites/gallery}/img/gallery/lamp.jpg | Bin .../websites/gallery}/img/gallery/lamp@2x.jpg | Bin .../websites/gallery}/img/gallery/orange.jpg | Bin .../gallery}/img/gallery/orange@2x.jpg | Bin .../gallery}/img/gallery/pineapple.jpg | Bin .../gallery}/img/gallery/pineapple@2x.jpg | Bin .../websites/gallery}/img/gallery/plant.jpg | Bin .../gallery}/img/gallery/plant@2x.jpg | Bin .../websites/gallery}/img/gallery/skyline.jpg | Bin .../gallery}/img/gallery/skyline@2x.jpg | Bin .../websites/gallery}/img/gallery/smoke.jpg | Bin .../gallery}/img/gallery/smoke@2x.jpg | Bin .../gallery}/img/gallery/spectrum.jpg | Bin .../gallery}/img/gallery/spectrum@2x.jpg | Bin .../websites/gallery}/img/gallery/spiral.jpg | Bin .../gallery}/img/gallery/spiral@2x.jpg | Bin .../websites/gallery}/img/gallery/stairs.jpg | Bin .../gallery}/img/gallery/stairs@2x.jpg | Bin .../websites/gallery}/img/gallery/stripe.jpg | Bin .../gallery}/img/gallery/stripe@2x.jpg | Bin .../gallery}/templates/gallery-inner.amp.html | 0 .../gallery}/templates/gallery.amp.html | 0 .../websites/land-see}/LICENSE | 0 .../websites/land-see}/css/page.css | 0 .../img/land-see/content/gallery/kim-0.jpg | Bin .../img/land-see/content/gallery/kim-1.jpg | Bin .../img/land-see/content/gallery/kim-2.jpg | Bin .../img/land-see/content/gallery/kim-3.jpg | Bin .../img/land-see/content/gallery/kim-4.jpg | Bin .../img/land-see/content/gallery/kim-5.jpg | Bin .../img/land-see/content/gallery/kim-6.jpg | Bin .../img/land-see/content/instagram-cta-lg.png | Bin .../img/land-see/content/instagram-cta-md.png | Bin .../img/land-see/content/instagram-cta-sm.png | Bin .../content/khatam-tadayon-107740.jpg | Bin .../land-see}/img/land-see/content/maine.jpg | Bin .../img/land-see/content/paul-summers.jpg | Bin .../land-see/content/retail-shop-370px.jpg | Bin .../content/shoe-designer-centered.jpg | Bin .../img/land-see/content/shoe-designer.jpg | Bin .../img/land-see/content/studio-310px.jpg | Bin .../img/land-see/content/summer-sale-lg.jpg | Bin .../img/land-see/content/summer-sale-md.jpg | Bin .../img/land-see/content/summer-sale-sm.jpg | Bin .../content/timeless-design-350px.jpg | Bin .../travel-accessories-outfits-2-400px.jpg | Bin .../structure/carousel-progress-indicator.svg | 0 .../templates/api/all-stories-page-1.json | 0 .../templates/api/all-stories-page-2.json | 0 .../templates/api/all-stories-page-3.json | 0 .../templates/api/arts-culture-accordion.json | 0 .../templates/api/arts-culture-page-1.json | 0 .../templates/api/arts-culture-page-2.json | 0 .../templates/api/design-accordion.json | 0 .../templates/api/design-page-1.json | 0 .../templates/api/fashion-accordion.json | 0 .../templates/api/fashion-page-1.json | 0 .../templates/api/interiors-accordion.json | 0 .../templates/api/interiors-page-1.json | 0 .../templates/api/popular-page-1.json | 0 .../land-see}/templates/api/popular.json | 0 .../land-see}/templates/api/recommended.json | 0 .../land-see}/templates/kim-myeong.amp.html | 0 .../land-see}/templates/land-see.amp.html | 0 .../land-see}/templates/stories.amp.html | 0 .../websites/lune}/LICENSE | 0 .../websites/lune}/css/page.css | 0 .../lune}/img/lune/landing-hero-blanc@1x.png | Bin .../lune}/img/lune/landing-hero-blanc@1x.webp | Bin .../lune}/img/lune/landing-hero-blanc@2x.png | Bin .../lune}/img/lune/landing-hero-blanc@2x.webp | Bin .../lune}/img/lune/landing-hero-noir@1x.png | Bin .../lune}/img/lune/landing-hero-noir@1x.webp | Bin .../lune}/img/lune/landing-hero-noir@2x.png | Bin .../lune}/img/lune/landing-hero-noir@2x.webp | Bin .../img/lune/overlay-oak-1-desktop@1x.jpg | Bin .../img/lune/overlay-oak-1-desktop@1x.webp | Bin .../img/lune/overlay-oak-1-desktop@2x.jpg | Bin .../img/lune/overlay-oak-1-desktop@2x.webp | Bin .../img/lune/overlay-oak-1-mobile@1x.jpg | Bin .../img/lune/overlay-oak-1-mobile@1x.webp | Bin .../img/lune/overlay-oak-1-mobile@2x.jpg | Bin .../img/lune/overlay-oak-1-mobile@2x.webp | Bin .../img/lune/overlay-oak-2-desktop@1x.jpg | Bin .../img/lune/overlay-oak-2-desktop@1x.webp | Bin .../img/lune/overlay-oak-2-desktop@2x.jpg | Bin .../img/lune/overlay-oak-2-desktop@2x.webp | Bin .../img/lune/overlay-oak-2-mobile@1x.jpg | Bin .../img/lune/overlay-oak-2-mobile@1x.webp | Bin .../img/lune/overlay-oak-2-mobile@2x.jpg | Bin .../img/lune/overlay-oak-2-mobile@2x.webp | Bin .../img/lune/overlay-oak-hero-mobile@1x.jpg | Bin .../img/lune/overlay-oak-hero-mobile@1x.webp | Bin .../img/lune/overlay-oak-hero-mobile@2x.jpg | Bin .../img/lune/overlay-oak-hero-mobile@2x.webp | Bin .../lune}/img/lune/overlay-oak-hero@1x.png | Bin .../lune}/img/lune/overlay-oak-hero@1x.webp | Bin .../lune}/img/lune/overlay-oak-hero@2x.png | Bin .../lune}/img/lune/overlay-oak-hero@2x.webp | Bin .../img/lune/overlay-poly-1-desktop@1x.jpg | Bin .../img/lune/overlay-poly-1-desktop@1x.webp | Bin .../img/lune/overlay-poly-1-desktop@2x.jpg | Bin .../img/lune/overlay-poly-1-desktop@2x.webp | Bin .../img/lune/overlay-poly-1-mobile@1x.jpg | Bin .../img/lune/overlay-poly-1-mobile@1x.webp | Bin .../img/lune/overlay-poly-1-mobile@2x.jpg | Bin .../img/lune/overlay-poly-1-mobile@2x.webp | Bin .../img/lune/overlay-poly-2-desktop@1x.jpg | Bin .../img/lune/overlay-poly-2-desktop@1x.webp | Bin .../img/lune/overlay-poly-2-desktop@2x.jpg | Bin .../img/lune/overlay-poly-2-desktop@2x.webp | Bin .../img/lune/overlay-poly-2-mobile@1x.jpg | Bin .../img/lune/overlay-poly-2-mobile@1x.webp | Bin .../img/lune/overlay-poly-2-mobile@2x.jpg | Bin .../img/lune/overlay-poly-2-mobile@2x.webp | Bin .../img/lune/overlay-poly-hero-desktop@1x.png | Bin .../img/lune/overlay-poly-hero-desktop@2x.png | Bin .../img/lune/overlay-poly-hero-mobile@1x.jpg | Bin .../img/lune/overlay-poly-hero-mobile@1x.webp | Bin .../img/lune/overlay-poly-hero-mobile@2x.jpg | Bin .../img/lune/overlay-poly-hero-mobile@2x.webp | Bin .../lune}/img/lune/product-hero-blanc@1x.png | Bin .../lune}/img/lune/product-hero-blanc@1x.webp | Bin .../lune}/img/lune/product-hero-blanc@2x.png | Bin .../lune}/img/lune/product-hero-blanc@2x.webp | Bin .../lune}/img/lune/product-hero-noir@1x.png | Bin .../lune}/img/lune/product-hero-noir@1x.webp | Bin .../lune}/img/lune/product-hero-noir@2x.png | Bin .../lune}/img/lune/product-hero-noir@2x.webp | Bin .../lune/product-materials-blanc-oak-1@1x.jpg | Bin .../product-materials-blanc-oak-1@1x.webp | Bin .../lune/product-materials-blanc-oak-1@2x.jpg | Bin .../product-materials-blanc-oak-1@2x.webp | Bin .../lune/product-materials-blanc-oak-2@1x.jpg | Bin .../product-materials-blanc-oak-2@1x.webp | Bin .../lune/product-materials-blanc-oak-2@2x.jpg | Bin .../product-materials-blanc-oak-2@2x.webp | Bin .../lune/product-materials-blanc-poly@1x.jpg | Bin .../lune/product-materials-blanc-poly@1x.webp | Bin .../lune/product-materials-blanc-poly@2x.jpg | Bin .../lune/product-materials-blanc-poly@2x.webp | Bin .../lune/product-materials-noir-oak-1@1x.jpg | Bin .../lune/product-materials-noir-oak-1@1x.webp | Bin .../lune/product-materials-noir-oak-1@2x.jpg | Bin .../lune/product-materials-noir-oak-1@2x.webp | Bin .../lune/product-materials-noir-oak-2@1x.jpg | Bin .../lune/product-materials-noir-oak-2@1x.webp | Bin .../lune/product-materials-noir-oak-2@2x.jpg | Bin .../lune/product-materials-noir-oak-2@2x.webp | Bin .../lune/product-materials-noir-poly@1x.jpg | Bin .../lune/product-materials-noir-poly@1x.webp | Bin .../lune/product-materials-noir-poly@2x.jpg | Bin .../lune/product-materials-noir-poly@2x.webp | Bin .../websites/lune}/img/lune/store-hero@1x.jpg | Bin .../lune}/img/lune/store-hero@1x.webp | Bin .../websites/lune}/img/lune/store-hero@2x.jpg | Bin .../lune}/img/lune/store-hero@2x.webp | Bin .../websites/lune}/templates/lune.amp.html | 0 .../lune}/templates/product-blanc.amp.html | 0 .../product-material-oak-noir.amp.html | 0 .../templates/product-material-oak.amp.html | 0 ...oduct-material-polypropylene-noir.amp.html | 0 .../product-material-polypropylene.amp.html | 0 .../lune}/templates/product-noir.amp.html | 0 .../websites/lune}/templates/store.amp.html | 0 .../websites/themes_1}/LICENSE | 0 .../websites/themes_1}/css/page.css | 0 .../img/themes_1/building_square.jpg | Bin .../websites/themes_1}/img/themes_1/cars.jpg | Bin .../websites/themes_1}/img/themes_1/jump.jpg | Bin .../websites/themes_1}/img/themes_1/night.jpg | Bin .../themes_1}/img/themes_1/street.jpg | Bin .../websites/themes_1}/img/themes_1/tower.jpg | Bin .../templates/template_1_article.amp.html | 0 .../websites/themes_2}/LICENSE | 0 .../websites/themes_2}/css/page.css | 0 .../websites/themes_2}/img/themes_2/bar.jpg | Bin .../websites/themes_2}/img/themes_2/hero.jpg | Bin .../websites/themes_2}/img/themes_2/pie.jpg | Bin .../websites/themes_2}/img/themes_2/soup.jpg | Bin .../websites/themes_2}/img/themes_2/steak.jpg | Bin .../themes_2}/img/themes_2/waffles.jpg | Bin .../themes_2}/templates/home.amp.html | 0 .../themes_2}/templates/menu.amp.html | 0 .../websites/travel}/LICENSE | 0 .../websites/travel}/css/page.css | 0 .../websites/travel}/css/travel-results.css | 0 .../websites/travel}/css/travel.css | 0 .../activity/discover-electronic-scene.jpg | Bin .../activity/discover-electronic-scene@2x.jpg | Bin .../activity/skateboard-around-city.jpg | Bin .../activity/skateboard-around-city@2x.jpg | Bin .../travel}/img/travel/activity/surf-day.jpg | Bin .../img/travel/activity/surf-day@2x.jpg | Bin .../travel}/img/travel/blogpost-thumbnail.jpg | Bin .../travel}/img/travel/city/barcelona.jpg | Bin .../travel}/img/travel/city/chicago.jpg | Bin .../travel}/img/travel/city/new-york.jpg | Bin .../travel}/img/travel/city/paris.jpg | Bin .../travel}/img/travel/city/reykjavik.jpg | Bin .../travel}/img/travel/city/tokyo.jpg | Bin .../websites/travel}/img/travel/hero-1.jpg | Bin .../websites/travel}/img/travel/hero-2.jpg | Bin .../websites/travel}/img/travel/hero-3.jpg | Bin .../travel}/templates/travel-results.amp.html | 0 .../travel}/templates/travel.amp.html | 0 340 files changed, 71 insertions(+), 12 deletions(-) create mode 100644 platform/lib/routers/templates.js rename {pages/static/files/templates/app_install_ads.zip => templates/ads/app_install_ads}/README.txt (100%) rename {pages/static/files/templates/app_install_ads.zip => templates/ads/app_install_ads}/app-install-hero-blurred.jpg (100%) rename {pages/static/files/templates/app_install_ads.zip => templates/ads/app_install_ads}/app-install-logo-blurred.jpg (100%) rename {pages/static/files/templates/app_install_ads.zip => templates/ads/app_install_ads}/app-install.html (100%) rename {pages/static/files/templates/multi-image-ads.zip => templates/ads/multi-image-ads}/README.txt (100%) rename {pages/static/files/templates/multi-image-ads.zip => templates/ads/multi-image-ads}/blue-blurred.jpg (100%) rename {pages/static/files/templates/multi-image-ads.zip => templates/ads/multi-image-ads}/multi-image.html (100%) rename {pages/static/files/templates/multi-image-ads.zip => templates/ads/multi-image-ads}/peach-blurred.jpg (100%) rename {pages/static/files/templates/multi-image-ads.zip => templates/ads/multi-image-ads}/purple-blurred.jpg (100%) rename {pages/static/files/templates/multi-image-ads.zip => templates/ads/multi-image-ads}/yellow-blurred.jpg (100%) rename {pages/static/files/templates/single-image-ads.zip => templates/ads/single-image-ads}/README.txt (100%) rename {pages/static/files/templates/single-image-ads.zip => templates/ads/single-image-ads}/cool-shirt-blurred.png (100%) rename {pages/static/files/templates/single-image-ads.zip => templates/ads/single-image-ads}/single-image-logo.png (100%) rename {pages/static/files/templates/single-image-ads.zip => templates/ads/single-image-ads}/single-image.html (100%) rename {pages/static/files/templates/single-video.zip => templates/ads/single-video}/README.txt (100%) rename {pages/static/files/templates/single-video.zip => templates/ads/single-video}/single-video/logo-single-video.png (100%) rename {pages/static/files/templates/single-video.zip => templates/ads/single-video}/single-video/single-video.html (100%) rename {pages/static/files/templates/single-video.zip => templates/ads/single-video}/single-video/videos/single-video-1080x1920.mp4 (100%) rename {pages/static/files/templates/single-video.zip => templates/ads/single-video}/single-video/videos/single-video-1920x1080.mp4 (100%) rename {pages/static/files/templates/text.zip => templates/ads/text}/README.txt (100%) rename {pages/static/files/templates/text.zip => templates/ads/text}/text.html (100%) rename {pages/static/files/templates/text.zip => templates/ads/text}/text_logo.png (100%) rename {pages/static/files/templates/article.zip => templates/websites/article}/LICENSE (100%) rename {pages/static/files/templates/article.zip => templates/websites/article}/css/page.css (100%) rename {pages/static/files/templates/article.zip => templates/websites/article}/img/article/bird.png (100%) rename {pages/static/files/templates/article.zip => templates/websites/article}/img/article/camels.jpg (100%) rename {pages/static/files/templates/article.zip => templates/websites/article}/img/article/cheetah.png (100%) rename {pages/static/files/templates/article.zip => templates/websites/article}/img/article/cow.png (100%) rename {pages/static/files/templates/article.zip => templates/websites/article}/img/article/elephants_narrow.png (100%) rename {pages/static/files/templates/article.zip => templates/websites/article}/img/article/elephants_wide.jpg (100%) rename {pages/static/files/templates/article.zip => templates/websites/article}/img/article/gorilla.png (100%) rename {pages/static/files/templates/article.zip => templates/websites/article}/img/article/sheep.jpg (100%) rename {pages/static/files/templates/article.zip => templates/websites/article}/img/article/sloth.png (100%) rename {pages/static/files/templates/article.zip => templates/websites/article}/img/article/zebras.jpg (100%) rename {pages/static/files/templates/article.zip => templates/websites/article}/templates/article.amp.html (100%) rename {pages/static/files/templates/blog.zip => templates/websites/blog}/LICENSE (100%) rename {pages/static/files/templates/blog.zip => templates/websites/blog}/css/page.css (100%) rename {pages/static/files/templates/blog.zip => templates/websites/blog}/img/blog/ingredient1.jpg (100%) rename {pages/static/files/templates/blog.zip => templates/websites/blog}/img/blog/ingredient2.jpg (100%) rename {pages/static/files/templates/blog.zip => templates/websites/blog}/img/blog/ingredient3.jpg (100%) rename {pages/static/files/templates/blog.zip => templates/websites/blog}/img/blog/logo.png (100%) rename {pages/static/files/templates/blog.zip => templates/websites/blog}/img/blog/meetloloa.jpg (100%) rename {pages/static/files/templates/blog.zip => templates/websites/blog}/img/blog/popular1.jpg (100%) rename {pages/static/files/templates/blog.zip => templates/websites/blog}/img/blog/popular2.png (100%) rename {pages/static/files/templates/blog.zip => templates/websites/blog}/img/blog/spritzer.jpg (100%) rename {pages/static/files/templates/blog.zip => templates/websites/blog}/img/blog/want1.png (100%) rename {pages/static/files/templates/blog.zip => templates/websites/blog}/img/blog/want2.png (100%) rename {pages/static/files/templates/blog.zip => templates/websites/blog}/img/blog/want3.png (100%) rename {pages/static/files/templates/blog.zip => templates/websites/blog}/templates/blog.amp.html (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/LICENSE (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/css/page.css (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/blog-narrow-01.png (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/blog-narrow-02.png (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/blog-narrow-03.png (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/blog-narrow-04.png (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/blog-narrow-05.png (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/blog-narrow-06.png (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/blog-wide-01.png (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/blog-wide-02.png (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/blog-wide-03.png (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/blog-wide-04.png (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/blog-wide-05.png (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/blog-wide-06.png (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/logo-nav.png (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/logo.png (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/narrow-landing-01.jpg (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/narrow-landing-02.jpg (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/narrow-landing-03.jpg (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/narrow-landing-04.jpg (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/product/dark-large-1.jpg (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/product/dark-large-2.jpg (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/product/dark-large-3.jpg (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/product/dark-small-1.jpg (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/product/dark-small-2.jpg (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/product/dark-small-3.jpg (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/product/product-1.jpg (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/product/product-10.jpg (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/product/product-2.jpg (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/product/product-3.jpg (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/product/product-4.jpg (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/product/product-5.jpg (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/product/product-6.jpg (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/product/product-7.jpg (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/product/product-8.jpg (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/product/product-9.jpg (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/wide-landing-01.jpg (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/wide-landing-02.jpg (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/wide-landing-03.jpg (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/wide-landing-04.jpg (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/img/e-commerce/wide-listings-hero.jpg (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/templates/api/high-low-accessories-products.json (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/templates/api/high-low-all-products.json (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/templates/api/high-low-bikes-products.json (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/templates/api/high-low-components-products.json (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/templates/api/low-high-accessories-products.json (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/templates/api/low-high-all-products.json (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/templates/api/low-high-bikes-products.json (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/templates/api/low-high-components-products.json (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/templates/blog-article.amp.html (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/templates/blog-listing.amp.html (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/templates/cart.amp.html (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/templates/checkout-success.amp.html (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/templates/checkout.amp.html (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/templates/contact.amp.html (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/templates/landing.amp.html (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/templates/product-details.amp.html (100%) rename {pages/static/files/templates/e-commerce.zip => templates/websites/e-commerce}/templates/product-listing.amp.html (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/LICENSE (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/css/gallery-inner.css (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/css/gallery.css (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/css/page.css (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/balloon.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/balloon@2x.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/building.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/building@2x.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/cactus.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/cactus@2x.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/chair.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/chair@2x.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/corner.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/corner@2x.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/court.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/court@2x.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/hall.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/hall@2x.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/jellyfish.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/jellyfish@2x.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/lake.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/lake@2x.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/lamp.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/lamp@2x.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/orange.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/orange@2x.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/pineapple.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/pineapple@2x.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/plant.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/plant@2x.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/skyline.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/skyline@2x.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/smoke.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/smoke@2x.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/spectrum.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/spectrum@2x.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/spiral.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/spiral@2x.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/stairs.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/stairs@2x.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/stripe.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/img/gallery/stripe@2x.jpg (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/templates/gallery-inner.amp.html (100%) rename {pages/static/files/templates/gallery.zip => templates/websites/gallery}/templates/gallery.amp.html (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/LICENSE (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/css/page.css (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/img/land-see/content/gallery/kim-0.jpg (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/img/land-see/content/gallery/kim-1.jpg (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/img/land-see/content/gallery/kim-2.jpg (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/img/land-see/content/gallery/kim-3.jpg (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/img/land-see/content/gallery/kim-4.jpg (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/img/land-see/content/gallery/kim-5.jpg (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/img/land-see/content/gallery/kim-6.jpg (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/img/land-see/content/instagram-cta-lg.png (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/img/land-see/content/instagram-cta-md.png (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/img/land-see/content/instagram-cta-sm.png (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/img/land-see/content/khatam-tadayon-107740.jpg (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/img/land-see/content/maine.jpg (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/img/land-see/content/paul-summers.jpg (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/img/land-see/content/retail-shop-370px.jpg (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/img/land-see/content/shoe-designer-centered.jpg (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/img/land-see/content/shoe-designer.jpg (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/img/land-see/content/studio-310px.jpg (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/img/land-see/content/summer-sale-lg.jpg (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/img/land-see/content/summer-sale-md.jpg (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/img/land-see/content/summer-sale-sm.jpg (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/img/land-see/content/timeless-design-350px.jpg (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/img/land-see/content/travel-accessories-outfits-2-400px.jpg (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/img/land-see/structure/carousel-progress-indicator.svg (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/templates/api/all-stories-page-1.json (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/templates/api/all-stories-page-2.json (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/templates/api/all-stories-page-3.json (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/templates/api/arts-culture-accordion.json (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/templates/api/arts-culture-page-1.json (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/templates/api/arts-culture-page-2.json (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/templates/api/design-accordion.json (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/templates/api/design-page-1.json (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/templates/api/fashion-accordion.json (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/templates/api/fashion-page-1.json (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/templates/api/interiors-accordion.json (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/templates/api/interiors-page-1.json (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/templates/api/popular-page-1.json (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/templates/api/popular.json (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/templates/api/recommended.json (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/templates/kim-myeong.amp.html (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/templates/land-see.amp.html (100%) rename {pages/static/files/templates/land-see.zip => templates/websites/land-see}/templates/stories.amp.html (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/LICENSE (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/css/page.css (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/landing-hero-blanc@1x.png (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/landing-hero-blanc@1x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/landing-hero-blanc@2x.png (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/landing-hero-blanc@2x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/landing-hero-noir@1x.png (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/landing-hero-noir@1x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/landing-hero-noir@2x.png (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/landing-hero-noir@2x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-oak-1-desktop@1x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-oak-1-desktop@1x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-oak-1-desktop@2x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-oak-1-desktop@2x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-oak-1-mobile@1x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-oak-1-mobile@1x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-oak-1-mobile@2x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-oak-1-mobile@2x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-oak-2-desktop@1x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-oak-2-desktop@1x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-oak-2-desktop@2x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-oak-2-desktop@2x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-oak-2-mobile@1x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-oak-2-mobile@1x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-oak-2-mobile@2x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-oak-2-mobile@2x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-oak-hero-mobile@1x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-oak-hero-mobile@1x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-oak-hero-mobile@2x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-oak-hero-mobile@2x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-oak-hero@1x.png (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-oak-hero@1x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-oak-hero@2x.png (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-oak-hero@2x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-poly-1-desktop@1x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-poly-1-desktop@1x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-poly-1-desktop@2x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-poly-1-desktop@2x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-poly-1-mobile@1x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-poly-1-mobile@1x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-poly-1-mobile@2x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-poly-1-mobile@2x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-poly-2-desktop@1x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-poly-2-desktop@1x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-poly-2-desktop@2x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-poly-2-desktop@2x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-poly-2-mobile@1x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-poly-2-mobile@1x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-poly-2-mobile@2x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-poly-2-mobile@2x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-poly-hero-desktop@1x.png (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-poly-hero-desktop@2x.png (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-poly-hero-mobile@1x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-poly-hero-mobile@1x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-poly-hero-mobile@2x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/overlay-poly-hero-mobile@2x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-hero-blanc@1x.png (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-hero-blanc@1x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-hero-blanc@2x.png (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-hero-blanc@2x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-hero-noir@1x.png (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-hero-noir@1x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-hero-noir@2x.png (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-hero-noir@2x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-materials-blanc-oak-1@1x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-materials-blanc-oak-1@1x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-materials-blanc-oak-1@2x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-materials-blanc-oak-1@2x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-materials-blanc-oak-2@1x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-materials-blanc-oak-2@1x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-materials-blanc-oak-2@2x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-materials-blanc-oak-2@2x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-materials-blanc-poly@1x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-materials-blanc-poly@1x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-materials-blanc-poly@2x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-materials-blanc-poly@2x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-materials-noir-oak-1@1x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-materials-noir-oak-1@1x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-materials-noir-oak-1@2x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-materials-noir-oak-1@2x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-materials-noir-oak-2@1x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-materials-noir-oak-2@1x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-materials-noir-oak-2@2x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-materials-noir-oak-2@2x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-materials-noir-poly@1x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-materials-noir-poly@1x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-materials-noir-poly@2x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/product-materials-noir-poly@2x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/store-hero@1x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/store-hero@1x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/store-hero@2x.jpg (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/img/lune/store-hero@2x.webp (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/templates/lune.amp.html (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/templates/product-blanc.amp.html (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/templates/product-material-oak-noir.amp.html (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/templates/product-material-oak.amp.html (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/templates/product-material-polypropylene-noir.amp.html (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/templates/product-material-polypropylene.amp.html (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/templates/product-noir.amp.html (100%) rename {pages/static/files/templates/lune.zip => templates/websites/lune}/templates/store.amp.html (100%) rename {pages/static/files/templates/themes_1.zip => templates/websites/themes_1}/LICENSE (100%) rename {pages/static/files/templates/themes_1.zip => templates/websites/themes_1}/css/page.css (100%) rename {pages/static/files/templates/themes_1.zip => templates/websites/themes_1}/img/themes_1/building_square.jpg (100%) rename {pages/static/files/templates/themes_1.zip => templates/websites/themes_1}/img/themes_1/cars.jpg (100%) rename {pages/static/files/templates/themes_1.zip => templates/websites/themes_1}/img/themes_1/jump.jpg (100%) rename {pages/static/files/templates/themes_1.zip => templates/websites/themes_1}/img/themes_1/night.jpg (100%) rename {pages/static/files/templates/themes_1.zip => templates/websites/themes_1}/img/themes_1/street.jpg (100%) rename {pages/static/files/templates/themes_1.zip => templates/websites/themes_1}/img/themes_1/tower.jpg (100%) rename {pages/static/files/templates/themes_1.zip => templates/websites/themes_1}/templates/template_1_article.amp.html (100%) rename {pages/static/files/templates/themes_2.zip => templates/websites/themes_2}/LICENSE (100%) rename {pages/static/files/templates/themes_2.zip => templates/websites/themes_2}/css/page.css (100%) rename {pages/static/files/templates/themes_2.zip => templates/websites/themes_2}/img/themes_2/bar.jpg (100%) rename {pages/static/files/templates/themes_2.zip => templates/websites/themes_2}/img/themes_2/hero.jpg (100%) rename {pages/static/files/templates/themes_2.zip => templates/websites/themes_2}/img/themes_2/pie.jpg (100%) rename {pages/static/files/templates/themes_2.zip => templates/websites/themes_2}/img/themes_2/soup.jpg (100%) rename {pages/static/files/templates/themes_2.zip => templates/websites/themes_2}/img/themes_2/steak.jpg (100%) rename {pages/static/files/templates/themes_2.zip => templates/websites/themes_2}/img/themes_2/waffles.jpg (100%) rename {pages/static/files/templates/themes_2.zip => templates/websites/themes_2}/templates/home.amp.html (100%) rename {pages/static/files/templates/themes_2.zip => templates/websites/themes_2}/templates/menu.amp.html (100%) rename {pages/static/files/templates/travel.zip => templates/websites/travel}/LICENSE (100%) rename {pages/static/files/templates/travel.zip => templates/websites/travel}/css/page.css (100%) rename {pages/static/files/templates/travel.zip => templates/websites/travel}/css/travel-results.css (100%) rename {pages/static/files/templates/travel.zip => templates/websites/travel}/css/travel.css (100%) rename {pages/static/files/templates/travel.zip => templates/websites/travel}/img/travel/activity/discover-electronic-scene.jpg (100%) rename {pages/static/files/templates/travel.zip => templates/websites/travel}/img/travel/activity/discover-electronic-scene@2x.jpg (100%) rename {pages/static/files/templates/travel.zip => templates/websites/travel}/img/travel/activity/skateboard-around-city.jpg (100%) rename {pages/static/files/templates/travel.zip => templates/websites/travel}/img/travel/activity/skateboard-around-city@2x.jpg (100%) rename {pages/static/files/templates/travel.zip => templates/websites/travel}/img/travel/activity/surf-day.jpg (100%) rename {pages/static/files/templates/travel.zip => templates/websites/travel}/img/travel/activity/surf-day@2x.jpg (100%) rename {pages/static/files/templates/travel.zip => templates/websites/travel}/img/travel/blogpost-thumbnail.jpg (100%) rename {pages/static/files/templates/travel.zip => templates/websites/travel}/img/travel/city/barcelona.jpg (100%) rename {pages/static/files/templates/travel.zip => templates/websites/travel}/img/travel/city/chicago.jpg (100%) rename {pages/static/files/templates/travel.zip => templates/websites/travel}/img/travel/city/new-york.jpg (100%) rename {pages/static/files/templates/travel.zip => templates/websites/travel}/img/travel/city/paris.jpg (100%) rename {pages/static/files/templates/travel.zip => templates/websites/travel}/img/travel/city/reykjavik.jpg (100%) rename {pages/static/files/templates/travel.zip => templates/websites/travel}/img/travel/city/tokyo.jpg (100%) rename {pages/static/files/templates/travel.zip => templates/websites/travel}/img/travel/hero-1.jpg (100%) rename {pages/static/files/templates/travel.zip => templates/websites/travel}/img/travel/hero-2.jpg (100%) rename {pages/static/files/templates/travel.zip => templates/websites/travel}/img/travel/hero-3.jpg (100%) rename {pages/static/files/templates/travel.zip => templates/websites/travel}/templates/travel-results.amp.html (100%) rename {pages/static/files/templates/travel.zip => templates/websites/travel}/templates/travel.amp.html (100%) diff --git a/gulpfile.js/build.js b/gulpfile.js/build.js index 5aa8054e166..b8c8c05ea6b 100644 --- a/gulpfile.js/build.js +++ b/gulpfile.js/build.js @@ -19,6 +19,7 @@ const gulp = require('gulp'); const {sh} = require('@lib/utils/sh'); const grow = require('@lib/utils/grow'); +const mkdirp = require('mkdirp').sync; const config = require('@lib/config'); const signale = require('signale'); const del = require('del'); @@ -111,7 +112,7 @@ function sass() { * @return {Stream} */ function templates() { - return gulp.src(`${project.paths.TEMPLATES}/**/*`) + return gulp.src(`${project.paths.FRONTEND_TEMPLATES}/**/*`) .pipe(gulp.dest(project.paths.GROW_POD)); } @@ -163,6 +164,33 @@ function buildSamples() { return samplesBuilder.build(true); } +/** + * Zips templates for download. + */ +function zipTemplates() { + const templateDir = path.join(project.paths.DIST, 'static/files/templates/'); + mkdirp(templateDir); + return gulp.src(project.paths.TEMPLATES + '/*/*/') + .pipe(through.obj(async (file, encoding, callback) => { + const archive = archiver('zip', { + 'zlib': {'level': 9}, + }); + const zipFilePath = path.join(templateDir, file.basename + '.zip'); + const zipFileStream = fs.createWriteStream(zipFilePath); + archive.directory(file.path + '/', false) + .pipe(zipFileStream) + .on('close', () => { + signale.success(`Zipped template ${zipFilePath}`); + callback(); + }) + .on('error', (e) => { + signale.error(`Writing template zip ${zipFilePath} failed`, e); + callback(e); + }); + archive.finalize(); + })); +} + /** * Runs all importers @@ -191,7 +219,7 @@ function buildPrepare(done) { test.lintNode, // Build playground and boilerplate that early in the flow as they are // fairly quick to build and would be annoying to eventually fail downstream - gulp.parallel(buildPlayground, buildBoilerplate, buildSamples, importAll), + gulp.parallel(buildPlayground, buildBoilerplate, buildSamples, importAll, zipTemplates), // TODO: Fix working but malformatted references before reenabling // test.lintGrow, // eslint-disable-next-line prefer-arrow-callback @@ -216,7 +244,7 @@ function buildPrepare(done) { await sh('mkdir -p build'); await sh(`tar cfj ${SETUP_ARCHIVE} ${SETUP_STORED_PATHS.join(' ')}`); await sh(`gsutil cp ${SETUP_ARCHIVE} ` + - `${TRAVIS_GCS_PATH}${travis.build.number}/setup.tar.gz`); + `${TRAVIS_GCS_PATH}${travis.build.number}/setup.tar.gz`); })(done); } @@ -261,32 +289,32 @@ async function buildPages(done) { try { await grow('deploy --noconfirm --threaded'); } catch (e) { - // If building the pages fails, force exit here to make sure - // especially Travis gets the correct exit code + // If building the pages fails, force exit here to make sure + // especially Travis gets the correct exit code process.exit(1); } }, transformPages, // eslint-disable-next-line prefer-arrow-callback function sharedPages() { - // Copy shared pages separated from PageTransformer as they should - // not be transformed + // Copy shared pages separated from PageTransformer as they should + // not be transformed return gulp.src(`${project.paths.GROW_BUILD_DEST}/shared/*.html`) .pipe(gulp.dest(`${project.paths.PAGES_DEST}/shared`)); }, // eslint-disable-next-line prefer-arrow-callback function sitemap() { - // Copy XML files written by Grow + // Copy XML files written by Grow return gulp.src(`${project.paths.GROW_BUILD_DEST}/**/*.xml`) .pipe(gulp.dest(`${project.paths.PAGES_DEST}`)); }, // eslint-disable-next-line prefer-arrow-callback async function storeArtifacts() { - // ... and again if on Travis store all built files for a later stage to pick up + // ... and again if on Travis store all built files for a later stage to pick up if (travis.onTravis()) { const archive = `build/pages-${travis.build.job}.tar.gz`; await sh(`tar cfj ${archive} ./dist/pages ./dist/inline-examples`); await sh(`gsutil cp ${archive} ` + - `${TRAVIS_GCS_PATH}${travis.build.number}/pages-${travis.build.job}.tar.gz`); + `${TRAVIS_GCS_PATH}${travis.build.number}/pages-${travis.build.job}.tar.gz`); } })(done); } @@ -443,6 +471,7 @@ exports.buildPlayground = buildPlayground; exports.buildBoilerplate = buildBoilerplate; exports.buildFrontend = buildFrontend; exports.buildSamples = buildSamples; +exports.zipTemplates = zipTemplates; exports.buildPages = buildPages; exports.buildPrepare = buildPrepare; diff --git a/pages/content/amp-dev/documentation/guides-and-tutorials/learn/email-spec/amp-email-structure.md b/pages/content/amp-dev/documentation/guides-and-tutorials/learn/email-spec/amp-email-structure.md index e403508ec4f..6d020d6b1a9 100644 --- a/pages/content/amp-dev/documentation/guides-and-tutorials/learn/email-spec/amp-email-structure.md +++ b/pages/content/amp-dev/documentation/guides-and-tutorials/learn/email-spec/amp-email-structure.md @@ -55,7 +55,7 @@ The `multipart/alternative` must contain at least one non-AMP (`text/plain` or ` `text/x-amp-html` node. This will be displayed to users whose email clients don't support AMP or who opted out via their email provider's settings. -Note: Some email clients[[1]](https://openradar.appspot.com/radar?id=6054696888303616) will only render the last MIME part, +Note: Some email clients[[1]](https://openradar.appspot.com/radar?id=6054696888303616) will only render the last MIME part, so we recommend placing the `text/x-amp-html` MIME part *before* the `text/html` MIME part. ### Replying/forwarding semantics diff --git a/platform/lib/platform.js b/platform/lib/platform.js index c64045f9613..3c7a10f241e 100644 --- a/platform/lib/platform.js +++ b/platform/lib/platform.js @@ -42,6 +42,7 @@ const routers = { pages: require('@lib/routers/pages.js'), playground: require('../../playground/backend/'), static: require('@lib/routers/static.js'), + templates: require('@lib/routers/templates.js'), whoAmI: require('@lib/routers/whoAmI.js'), }; @@ -134,6 +135,7 @@ class Platform { this.server.use(routers.example.api); this.server.use(routers.boilerplate); this.server.use(routers.static); + this.server.use(routers.templates); // Register the following router at last as it works as a catch-all this.server.use(routers.pages); } diff --git a/platform/lib/routers/templates.js b/platform/lib/routers/templates.js new file mode 100644 index 00000000000..e68b1f527c5 --- /dev/null +++ b/platform/lib/routers/templates.js @@ -0,0 +1,27 @@ +/** + * Copyright 2019 The AMP HTML Authors. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS-IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +'use strict'; + +const express = require('express'); +const project = require('@lib/utils/project'); + +// eslint-disable-next-line new-cap +const templatesRouter = express.Router(); + +templatesRouter.use('/documentation/templates/preview/', express.static(project.paths.TEMPLATES)); + +module.exports = templatesRouter; diff --git a/platform/lib/utils/project.js b/platform/lib/utils/project.js index 3507b7919fc..206802ea5e6 100644 --- a/platform/lib/utils/project.js +++ b/platform/lib/utils/project.js @@ -50,7 +50,8 @@ const paths = { BUILD: absolute('build'), DIST: absolute('dist'), ICONS: absolute('frontend/icons'), - TEMPLATES: absolute('frontend/templates'), + TEMPLATES: absolute('templates'), + FRONTEND_TEMPLATES: absolute('frontend/templates'), SCSS: absolute('frontend/scss'), CSS: absolute('pages/css'), GROW_POD: absolute('pages'), diff --git a/pages/static/files/templates/app_install_ads.zip/README.txt b/templates/ads/app_install_ads/README.txt similarity index 100% rename from pages/static/files/templates/app_install_ads.zip/README.txt rename to templates/ads/app_install_ads/README.txt diff --git a/pages/static/files/templates/app_install_ads.zip/app-install-hero-blurred.jpg b/templates/ads/app_install_ads/app-install-hero-blurred.jpg similarity index 100% rename from pages/static/files/templates/app_install_ads.zip/app-install-hero-blurred.jpg rename to templates/ads/app_install_ads/app-install-hero-blurred.jpg diff --git a/pages/static/files/templates/app_install_ads.zip/app-install-logo-blurred.jpg b/templates/ads/app_install_ads/app-install-logo-blurred.jpg similarity index 100% rename from pages/static/files/templates/app_install_ads.zip/app-install-logo-blurred.jpg rename to templates/ads/app_install_ads/app-install-logo-blurred.jpg diff --git a/pages/static/files/templates/app_install_ads.zip/app-install.html b/templates/ads/app_install_ads/app-install.html similarity index 100% rename from pages/static/files/templates/app_install_ads.zip/app-install.html rename to templates/ads/app_install_ads/app-install.html diff --git a/pages/static/files/templates/multi-image-ads.zip/README.txt b/templates/ads/multi-image-ads/README.txt similarity index 100% rename from pages/static/files/templates/multi-image-ads.zip/README.txt rename to templates/ads/multi-image-ads/README.txt diff --git a/pages/static/files/templates/multi-image-ads.zip/blue-blurred.jpg b/templates/ads/multi-image-ads/blue-blurred.jpg similarity index 100% rename from pages/static/files/templates/multi-image-ads.zip/blue-blurred.jpg rename to templates/ads/multi-image-ads/blue-blurred.jpg diff --git a/pages/static/files/templates/multi-image-ads.zip/multi-image.html b/templates/ads/multi-image-ads/multi-image.html similarity index 100% rename from pages/static/files/templates/multi-image-ads.zip/multi-image.html rename to templates/ads/multi-image-ads/multi-image.html diff --git a/pages/static/files/templates/multi-image-ads.zip/peach-blurred.jpg b/templates/ads/multi-image-ads/peach-blurred.jpg similarity index 100% rename from pages/static/files/templates/multi-image-ads.zip/peach-blurred.jpg rename to templates/ads/multi-image-ads/peach-blurred.jpg diff --git a/pages/static/files/templates/multi-image-ads.zip/purple-blurred.jpg b/templates/ads/multi-image-ads/purple-blurred.jpg similarity index 100% rename from pages/static/files/templates/multi-image-ads.zip/purple-blurred.jpg rename to templates/ads/multi-image-ads/purple-blurred.jpg diff --git a/pages/static/files/templates/multi-image-ads.zip/yellow-blurred.jpg b/templates/ads/multi-image-ads/yellow-blurred.jpg similarity index 100% rename from pages/static/files/templates/multi-image-ads.zip/yellow-blurred.jpg rename to templates/ads/multi-image-ads/yellow-blurred.jpg diff --git a/pages/static/files/templates/single-image-ads.zip/README.txt b/templates/ads/single-image-ads/README.txt similarity index 100% rename from pages/static/files/templates/single-image-ads.zip/README.txt rename to templates/ads/single-image-ads/README.txt diff --git a/pages/static/files/templates/single-image-ads.zip/cool-shirt-blurred.png b/templates/ads/single-image-ads/cool-shirt-blurred.png similarity index 100% rename from pages/static/files/templates/single-image-ads.zip/cool-shirt-blurred.png rename to templates/ads/single-image-ads/cool-shirt-blurred.png diff --git a/pages/static/files/templates/single-image-ads.zip/single-image-logo.png b/templates/ads/single-image-ads/single-image-logo.png similarity index 100% rename from pages/static/files/templates/single-image-ads.zip/single-image-logo.png rename to templates/ads/single-image-ads/single-image-logo.png diff --git a/pages/static/files/templates/single-image-ads.zip/single-image.html b/templates/ads/single-image-ads/single-image.html similarity index 100% rename from pages/static/files/templates/single-image-ads.zip/single-image.html rename to templates/ads/single-image-ads/single-image.html diff --git a/pages/static/files/templates/single-video.zip/README.txt b/templates/ads/single-video/README.txt similarity index 100% rename from pages/static/files/templates/single-video.zip/README.txt rename to templates/ads/single-video/README.txt diff --git a/pages/static/files/templates/single-video.zip/single-video/logo-single-video.png b/templates/ads/single-video/single-video/logo-single-video.png similarity index 100% rename from pages/static/files/templates/single-video.zip/single-video/logo-single-video.png rename to templates/ads/single-video/single-video/logo-single-video.png diff --git a/pages/static/files/templates/single-video.zip/single-video/single-video.html b/templates/ads/single-video/single-video/single-video.html similarity index 100% rename from pages/static/files/templates/single-video.zip/single-video/single-video.html rename to templates/ads/single-video/single-video/single-video.html diff --git a/pages/static/files/templates/single-video.zip/single-video/videos/single-video-1080x1920.mp4 b/templates/ads/single-video/single-video/videos/single-video-1080x1920.mp4 similarity index 100% rename from pages/static/files/templates/single-video.zip/single-video/videos/single-video-1080x1920.mp4 rename to templates/ads/single-video/single-video/videos/single-video-1080x1920.mp4 diff --git a/pages/static/files/templates/single-video.zip/single-video/videos/single-video-1920x1080.mp4 b/templates/ads/single-video/single-video/videos/single-video-1920x1080.mp4 similarity index 100% rename from pages/static/files/templates/single-video.zip/single-video/videos/single-video-1920x1080.mp4 rename to templates/ads/single-video/single-video/videos/single-video-1920x1080.mp4 diff --git a/pages/static/files/templates/text.zip/README.txt b/templates/ads/text/README.txt similarity index 100% rename from pages/static/files/templates/text.zip/README.txt rename to templates/ads/text/README.txt diff --git a/pages/static/files/templates/text.zip/text.html b/templates/ads/text/text.html similarity index 100% rename from pages/static/files/templates/text.zip/text.html rename to templates/ads/text/text.html diff --git a/pages/static/files/templates/text.zip/text_logo.png b/templates/ads/text/text_logo.png similarity index 100% rename from pages/static/files/templates/text.zip/text_logo.png rename to templates/ads/text/text_logo.png diff --git a/pages/static/files/templates/article.zip/LICENSE b/templates/websites/article/LICENSE similarity index 100% rename from pages/static/files/templates/article.zip/LICENSE rename to templates/websites/article/LICENSE diff --git a/pages/static/files/templates/article.zip/css/page.css b/templates/websites/article/css/page.css similarity index 100% rename from pages/static/files/templates/article.zip/css/page.css rename to templates/websites/article/css/page.css diff --git a/pages/static/files/templates/article.zip/img/article/bird.png b/templates/websites/article/img/article/bird.png similarity index 100% rename from pages/static/files/templates/article.zip/img/article/bird.png rename to templates/websites/article/img/article/bird.png diff --git a/pages/static/files/templates/article.zip/img/article/camels.jpg b/templates/websites/article/img/article/camels.jpg similarity index 100% rename from pages/static/files/templates/article.zip/img/article/camels.jpg rename to templates/websites/article/img/article/camels.jpg diff --git a/pages/static/files/templates/article.zip/img/article/cheetah.png b/templates/websites/article/img/article/cheetah.png similarity index 100% rename from pages/static/files/templates/article.zip/img/article/cheetah.png rename to templates/websites/article/img/article/cheetah.png diff --git a/pages/static/files/templates/article.zip/img/article/cow.png b/templates/websites/article/img/article/cow.png similarity index 100% rename from pages/static/files/templates/article.zip/img/article/cow.png rename to templates/websites/article/img/article/cow.png diff --git a/pages/static/files/templates/article.zip/img/article/elephants_narrow.png b/templates/websites/article/img/article/elephants_narrow.png similarity index 100% rename from pages/static/files/templates/article.zip/img/article/elephants_narrow.png rename to templates/websites/article/img/article/elephants_narrow.png diff --git a/pages/static/files/templates/article.zip/img/article/elephants_wide.jpg b/templates/websites/article/img/article/elephants_wide.jpg similarity index 100% rename from pages/static/files/templates/article.zip/img/article/elephants_wide.jpg rename to templates/websites/article/img/article/elephants_wide.jpg diff --git a/pages/static/files/templates/article.zip/img/article/gorilla.png b/templates/websites/article/img/article/gorilla.png similarity index 100% rename from pages/static/files/templates/article.zip/img/article/gorilla.png rename to templates/websites/article/img/article/gorilla.png diff --git a/pages/static/files/templates/article.zip/img/article/sheep.jpg b/templates/websites/article/img/article/sheep.jpg similarity index 100% rename from pages/static/files/templates/article.zip/img/article/sheep.jpg rename to templates/websites/article/img/article/sheep.jpg diff --git a/pages/static/files/templates/article.zip/img/article/sloth.png b/templates/websites/article/img/article/sloth.png similarity index 100% rename from pages/static/files/templates/article.zip/img/article/sloth.png rename to templates/websites/article/img/article/sloth.png diff --git a/pages/static/files/templates/article.zip/img/article/zebras.jpg b/templates/websites/article/img/article/zebras.jpg similarity index 100% rename from pages/static/files/templates/article.zip/img/article/zebras.jpg rename to templates/websites/article/img/article/zebras.jpg diff --git a/pages/static/files/templates/article.zip/templates/article.amp.html b/templates/websites/article/templates/article.amp.html similarity index 100% rename from pages/static/files/templates/article.zip/templates/article.amp.html rename to templates/websites/article/templates/article.amp.html diff --git a/pages/static/files/templates/blog.zip/LICENSE b/templates/websites/blog/LICENSE similarity index 100% rename from pages/static/files/templates/blog.zip/LICENSE rename to templates/websites/blog/LICENSE diff --git a/pages/static/files/templates/blog.zip/css/page.css b/templates/websites/blog/css/page.css similarity index 100% rename from pages/static/files/templates/blog.zip/css/page.css rename to templates/websites/blog/css/page.css diff --git a/pages/static/files/templates/blog.zip/img/blog/ingredient1.jpg b/templates/websites/blog/img/blog/ingredient1.jpg similarity index 100% rename from pages/static/files/templates/blog.zip/img/blog/ingredient1.jpg rename to templates/websites/blog/img/blog/ingredient1.jpg diff --git a/pages/static/files/templates/blog.zip/img/blog/ingredient2.jpg b/templates/websites/blog/img/blog/ingredient2.jpg similarity index 100% rename from pages/static/files/templates/blog.zip/img/blog/ingredient2.jpg rename to templates/websites/blog/img/blog/ingredient2.jpg diff --git a/pages/static/files/templates/blog.zip/img/blog/ingredient3.jpg b/templates/websites/blog/img/blog/ingredient3.jpg similarity index 100% rename from pages/static/files/templates/blog.zip/img/blog/ingredient3.jpg rename to templates/websites/blog/img/blog/ingredient3.jpg diff --git a/pages/static/files/templates/blog.zip/img/blog/logo.png b/templates/websites/blog/img/blog/logo.png similarity index 100% rename from pages/static/files/templates/blog.zip/img/blog/logo.png rename to templates/websites/blog/img/blog/logo.png diff --git a/pages/static/files/templates/blog.zip/img/blog/meetloloa.jpg b/templates/websites/blog/img/blog/meetloloa.jpg similarity index 100% rename from pages/static/files/templates/blog.zip/img/blog/meetloloa.jpg rename to templates/websites/blog/img/blog/meetloloa.jpg diff --git a/pages/static/files/templates/blog.zip/img/blog/popular1.jpg b/templates/websites/blog/img/blog/popular1.jpg similarity index 100% rename from pages/static/files/templates/blog.zip/img/blog/popular1.jpg rename to templates/websites/blog/img/blog/popular1.jpg diff --git a/pages/static/files/templates/blog.zip/img/blog/popular2.png b/templates/websites/blog/img/blog/popular2.png similarity index 100% rename from pages/static/files/templates/blog.zip/img/blog/popular2.png rename to templates/websites/blog/img/blog/popular2.png diff --git a/pages/static/files/templates/blog.zip/img/blog/spritzer.jpg b/templates/websites/blog/img/blog/spritzer.jpg similarity index 100% rename from pages/static/files/templates/blog.zip/img/blog/spritzer.jpg rename to templates/websites/blog/img/blog/spritzer.jpg diff --git a/pages/static/files/templates/blog.zip/img/blog/want1.png b/templates/websites/blog/img/blog/want1.png similarity index 100% rename from pages/static/files/templates/blog.zip/img/blog/want1.png rename to templates/websites/blog/img/blog/want1.png diff --git a/pages/static/files/templates/blog.zip/img/blog/want2.png b/templates/websites/blog/img/blog/want2.png similarity index 100% rename from pages/static/files/templates/blog.zip/img/blog/want2.png rename to templates/websites/blog/img/blog/want2.png diff --git a/pages/static/files/templates/blog.zip/img/blog/want3.png b/templates/websites/blog/img/blog/want3.png similarity index 100% rename from pages/static/files/templates/blog.zip/img/blog/want3.png rename to templates/websites/blog/img/blog/want3.png diff --git a/pages/static/files/templates/blog.zip/templates/blog.amp.html b/templates/websites/blog/templates/blog.amp.html similarity index 100% rename from pages/static/files/templates/blog.zip/templates/blog.amp.html rename to templates/websites/blog/templates/blog.amp.html diff --git a/pages/static/files/templates/e-commerce.zip/LICENSE b/templates/websites/e-commerce/LICENSE similarity index 100% rename from pages/static/files/templates/e-commerce.zip/LICENSE rename to templates/websites/e-commerce/LICENSE diff --git a/pages/static/files/templates/e-commerce.zip/css/page.css b/templates/websites/e-commerce/css/page.css similarity index 100% rename from pages/static/files/templates/e-commerce.zip/css/page.css rename to templates/websites/e-commerce/css/page.css diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/blog-narrow-01.png b/templates/websites/e-commerce/img/e-commerce/blog-narrow-01.png similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/blog-narrow-01.png rename to templates/websites/e-commerce/img/e-commerce/blog-narrow-01.png diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/blog-narrow-02.png b/templates/websites/e-commerce/img/e-commerce/blog-narrow-02.png similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/blog-narrow-02.png rename to templates/websites/e-commerce/img/e-commerce/blog-narrow-02.png diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/blog-narrow-03.png b/templates/websites/e-commerce/img/e-commerce/blog-narrow-03.png similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/blog-narrow-03.png rename to templates/websites/e-commerce/img/e-commerce/blog-narrow-03.png diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/blog-narrow-04.png b/templates/websites/e-commerce/img/e-commerce/blog-narrow-04.png similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/blog-narrow-04.png rename to templates/websites/e-commerce/img/e-commerce/blog-narrow-04.png diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/blog-narrow-05.png b/templates/websites/e-commerce/img/e-commerce/blog-narrow-05.png similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/blog-narrow-05.png rename to templates/websites/e-commerce/img/e-commerce/blog-narrow-05.png diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/blog-narrow-06.png b/templates/websites/e-commerce/img/e-commerce/blog-narrow-06.png similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/blog-narrow-06.png rename to templates/websites/e-commerce/img/e-commerce/blog-narrow-06.png diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/blog-wide-01.png b/templates/websites/e-commerce/img/e-commerce/blog-wide-01.png similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/blog-wide-01.png rename to templates/websites/e-commerce/img/e-commerce/blog-wide-01.png diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/blog-wide-02.png b/templates/websites/e-commerce/img/e-commerce/blog-wide-02.png similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/blog-wide-02.png rename to templates/websites/e-commerce/img/e-commerce/blog-wide-02.png diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/blog-wide-03.png b/templates/websites/e-commerce/img/e-commerce/blog-wide-03.png similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/blog-wide-03.png rename to templates/websites/e-commerce/img/e-commerce/blog-wide-03.png diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/blog-wide-04.png b/templates/websites/e-commerce/img/e-commerce/blog-wide-04.png similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/blog-wide-04.png rename to templates/websites/e-commerce/img/e-commerce/blog-wide-04.png diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/blog-wide-05.png b/templates/websites/e-commerce/img/e-commerce/blog-wide-05.png similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/blog-wide-05.png rename to templates/websites/e-commerce/img/e-commerce/blog-wide-05.png diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/blog-wide-06.png b/templates/websites/e-commerce/img/e-commerce/blog-wide-06.png similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/blog-wide-06.png rename to templates/websites/e-commerce/img/e-commerce/blog-wide-06.png diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/logo-nav.png b/templates/websites/e-commerce/img/e-commerce/logo-nav.png similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/logo-nav.png rename to templates/websites/e-commerce/img/e-commerce/logo-nav.png diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/logo.png b/templates/websites/e-commerce/img/e-commerce/logo.png similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/logo.png rename to templates/websites/e-commerce/img/e-commerce/logo.png diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/narrow-landing-01.jpg b/templates/websites/e-commerce/img/e-commerce/narrow-landing-01.jpg similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/narrow-landing-01.jpg rename to templates/websites/e-commerce/img/e-commerce/narrow-landing-01.jpg diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/narrow-landing-02.jpg b/templates/websites/e-commerce/img/e-commerce/narrow-landing-02.jpg similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/narrow-landing-02.jpg rename to templates/websites/e-commerce/img/e-commerce/narrow-landing-02.jpg diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/narrow-landing-03.jpg b/templates/websites/e-commerce/img/e-commerce/narrow-landing-03.jpg similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/narrow-landing-03.jpg rename to templates/websites/e-commerce/img/e-commerce/narrow-landing-03.jpg diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/narrow-landing-04.jpg b/templates/websites/e-commerce/img/e-commerce/narrow-landing-04.jpg similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/narrow-landing-04.jpg rename to templates/websites/e-commerce/img/e-commerce/narrow-landing-04.jpg diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/product/dark-large-1.jpg b/templates/websites/e-commerce/img/e-commerce/product/dark-large-1.jpg similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/product/dark-large-1.jpg rename to templates/websites/e-commerce/img/e-commerce/product/dark-large-1.jpg diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/product/dark-large-2.jpg b/templates/websites/e-commerce/img/e-commerce/product/dark-large-2.jpg similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/product/dark-large-2.jpg rename to templates/websites/e-commerce/img/e-commerce/product/dark-large-2.jpg diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/product/dark-large-3.jpg b/templates/websites/e-commerce/img/e-commerce/product/dark-large-3.jpg similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/product/dark-large-3.jpg rename to templates/websites/e-commerce/img/e-commerce/product/dark-large-3.jpg diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/product/dark-small-1.jpg b/templates/websites/e-commerce/img/e-commerce/product/dark-small-1.jpg similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/product/dark-small-1.jpg rename to templates/websites/e-commerce/img/e-commerce/product/dark-small-1.jpg diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/product/dark-small-2.jpg b/templates/websites/e-commerce/img/e-commerce/product/dark-small-2.jpg similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/product/dark-small-2.jpg rename to templates/websites/e-commerce/img/e-commerce/product/dark-small-2.jpg diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/product/dark-small-3.jpg b/templates/websites/e-commerce/img/e-commerce/product/dark-small-3.jpg similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/product/dark-small-3.jpg rename to templates/websites/e-commerce/img/e-commerce/product/dark-small-3.jpg diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/product/product-1.jpg b/templates/websites/e-commerce/img/e-commerce/product/product-1.jpg similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/product/product-1.jpg rename to templates/websites/e-commerce/img/e-commerce/product/product-1.jpg diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/product/product-10.jpg b/templates/websites/e-commerce/img/e-commerce/product/product-10.jpg similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/product/product-10.jpg rename to templates/websites/e-commerce/img/e-commerce/product/product-10.jpg diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/product/product-2.jpg b/templates/websites/e-commerce/img/e-commerce/product/product-2.jpg similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/product/product-2.jpg rename to templates/websites/e-commerce/img/e-commerce/product/product-2.jpg diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/product/product-3.jpg b/templates/websites/e-commerce/img/e-commerce/product/product-3.jpg similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/product/product-3.jpg rename to templates/websites/e-commerce/img/e-commerce/product/product-3.jpg diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/product/product-4.jpg b/templates/websites/e-commerce/img/e-commerce/product/product-4.jpg similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/product/product-4.jpg rename to templates/websites/e-commerce/img/e-commerce/product/product-4.jpg diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/product/product-5.jpg b/templates/websites/e-commerce/img/e-commerce/product/product-5.jpg similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/product/product-5.jpg rename to templates/websites/e-commerce/img/e-commerce/product/product-5.jpg diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/product/product-6.jpg b/templates/websites/e-commerce/img/e-commerce/product/product-6.jpg similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/product/product-6.jpg rename to templates/websites/e-commerce/img/e-commerce/product/product-6.jpg diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/product/product-7.jpg b/templates/websites/e-commerce/img/e-commerce/product/product-7.jpg similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/product/product-7.jpg rename to templates/websites/e-commerce/img/e-commerce/product/product-7.jpg diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/product/product-8.jpg b/templates/websites/e-commerce/img/e-commerce/product/product-8.jpg similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/product/product-8.jpg rename to templates/websites/e-commerce/img/e-commerce/product/product-8.jpg diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/product/product-9.jpg b/templates/websites/e-commerce/img/e-commerce/product/product-9.jpg similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/product/product-9.jpg rename to templates/websites/e-commerce/img/e-commerce/product/product-9.jpg diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/wide-landing-01.jpg b/templates/websites/e-commerce/img/e-commerce/wide-landing-01.jpg similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/wide-landing-01.jpg rename to templates/websites/e-commerce/img/e-commerce/wide-landing-01.jpg diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/wide-landing-02.jpg b/templates/websites/e-commerce/img/e-commerce/wide-landing-02.jpg similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/wide-landing-02.jpg rename to templates/websites/e-commerce/img/e-commerce/wide-landing-02.jpg diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/wide-landing-03.jpg b/templates/websites/e-commerce/img/e-commerce/wide-landing-03.jpg similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/wide-landing-03.jpg rename to templates/websites/e-commerce/img/e-commerce/wide-landing-03.jpg diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/wide-landing-04.jpg b/templates/websites/e-commerce/img/e-commerce/wide-landing-04.jpg similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/wide-landing-04.jpg rename to templates/websites/e-commerce/img/e-commerce/wide-landing-04.jpg diff --git a/pages/static/files/templates/e-commerce.zip/img/e-commerce/wide-listings-hero.jpg b/templates/websites/e-commerce/img/e-commerce/wide-listings-hero.jpg similarity index 100% rename from pages/static/files/templates/e-commerce.zip/img/e-commerce/wide-listings-hero.jpg rename to templates/websites/e-commerce/img/e-commerce/wide-listings-hero.jpg diff --git a/pages/static/files/templates/e-commerce.zip/templates/api/high-low-accessories-products.json b/templates/websites/e-commerce/templates/api/high-low-accessories-products.json similarity index 100% rename from pages/static/files/templates/e-commerce.zip/templates/api/high-low-accessories-products.json rename to templates/websites/e-commerce/templates/api/high-low-accessories-products.json diff --git a/pages/static/files/templates/e-commerce.zip/templates/api/high-low-all-products.json b/templates/websites/e-commerce/templates/api/high-low-all-products.json similarity index 100% rename from pages/static/files/templates/e-commerce.zip/templates/api/high-low-all-products.json rename to templates/websites/e-commerce/templates/api/high-low-all-products.json diff --git a/pages/static/files/templates/e-commerce.zip/templates/api/high-low-bikes-products.json b/templates/websites/e-commerce/templates/api/high-low-bikes-products.json similarity index 100% rename from pages/static/files/templates/e-commerce.zip/templates/api/high-low-bikes-products.json rename to templates/websites/e-commerce/templates/api/high-low-bikes-products.json diff --git a/pages/static/files/templates/e-commerce.zip/templates/api/high-low-components-products.json b/templates/websites/e-commerce/templates/api/high-low-components-products.json similarity index 100% rename from pages/static/files/templates/e-commerce.zip/templates/api/high-low-components-products.json rename to templates/websites/e-commerce/templates/api/high-low-components-products.json diff --git a/pages/static/files/templates/e-commerce.zip/templates/api/low-high-accessories-products.json b/templates/websites/e-commerce/templates/api/low-high-accessories-products.json similarity index 100% rename from pages/static/files/templates/e-commerce.zip/templates/api/low-high-accessories-products.json rename to templates/websites/e-commerce/templates/api/low-high-accessories-products.json diff --git a/pages/static/files/templates/e-commerce.zip/templates/api/low-high-all-products.json b/templates/websites/e-commerce/templates/api/low-high-all-products.json similarity index 100% rename from pages/static/files/templates/e-commerce.zip/templates/api/low-high-all-products.json rename to templates/websites/e-commerce/templates/api/low-high-all-products.json diff --git a/pages/static/files/templates/e-commerce.zip/templates/api/low-high-bikes-products.json b/templates/websites/e-commerce/templates/api/low-high-bikes-products.json similarity index 100% rename from pages/static/files/templates/e-commerce.zip/templates/api/low-high-bikes-products.json rename to templates/websites/e-commerce/templates/api/low-high-bikes-products.json diff --git a/pages/static/files/templates/e-commerce.zip/templates/api/low-high-components-products.json b/templates/websites/e-commerce/templates/api/low-high-components-products.json similarity index 100% rename from pages/static/files/templates/e-commerce.zip/templates/api/low-high-components-products.json rename to templates/websites/e-commerce/templates/api/low-high-components-products.json diff --git a/pages/static/files/templates/e-commerce.zip/templates/blog-article.amp.html b/templates/websites/e-commerce/templates/blog-article.amp.html similarity index 100% rename from pages/static/files/templates/e-commerce.zip/templates/blog-article.amp.html rename to templates/websites/e-commerce/templates/blog-article.amp.html diff --git a/pages/static/files/templates/e-commerce.zip/templates/blog-listing.amp.html b/templates/websites/e-commerce/templates/blog-listing.amp.html similarity index 100% rename from pages/static/files/templates/e-commerce.zip/templates/blog-listing.amp.html rename to templates/websites/e-commerce/templates/blog-listing.amp.html diff --git a/pages/static/files/templates/e-commerce.zip/templates/cart.amp.html b/templates/websites/e-commerce/templates/cart.amp.html similarity index 100% rename from pages/static/files/templates/e-commerce.zip/templates/cart.amp.html rename to templates/websites/e-commerce/templates/cart.amp.html diff --git a/pages/static/files/templates/e-commerce.zip/templates/checkout-success.amp.html b/templates/websites/e-commerce/templates/checkout-success.amp.html similarity index 100% rename from pages/static/files/templates/e-commerce.zip/templates/checkout-success.amp.html rename to templates/websites/e-commerce/templates/checkout-success.amp.html diff --git a/pages/static/files/templates/e-commerce.zip/templates/checkout.amp.html b/templates/websites/e-commerce/templates/checkout.amp.html similarity index 100% rename from pages/static/files/templates/e-commerce.zip/templates/checkout.amp.html rename to templates/websites/e-commerce/templates/checkout.amp.html diff --git a/pages/static/files/templates/e-commerce.zip/templates/contact.amp.html b/templates/websites/e-commerce/templates/contact.amp.html similarity index 100% rename from pages/static/files/templates/e-commerce.zip/templates/contact.amp.html rename to templates/websites/e-commerce/templates/contact.amp.html diff --git a/pages/static/files/templates/e-commerce.zip/templates/landing.amp.html b/templates/websites/e-commerce/templates/landing.amp.html similarity index 100% rename from pages/static/files/templates/e-commerce.zip/templates/landing.amp.html rename to templates/websites/e-commerce/templates/landing.amp.html diff --git a/pages/static/files/templates/e-commerce.zip/templates/product-details.amp.html b/templates/websites/e-commerce/templates/product-details.amp.html similarity index 100% rename from pages/static/files/templates/e-commerce.zip/templates/product-details.amp.html rename to templates/websites/e-commerce/templates/product-details.amp.html diff --git a/pages/static/files/templates/e-commerce.zip/templates/product-listing.amp.html b/templates/websites/e-commerce/templates/product-listing.amp.html similarity index 100% rename from pages/static/files/templates/e-commerce.zip/templates/product-listing.amp.html rename to templates/websites/e-commerce/templates/product-listing.amp.html diff --git a/pages/static/files/templates/gallery.zip/LICENSE b/templates/websites/gallery/LICENSE similarity index 100% rename from pages/static/files/templates/gallery.zip/LICENSE rename to templates/websites/gallery/LICENSE diff --git a/pages/static/files/templates/gallery.zip/css/gallery-inner.css b/templates/websites/gallery/css/gallery-inner.css similarity index 100% rename from pages/static/files/templates/gallery.zip/css/gallery-inner.css rename to templates/websites/gallery/css/gallery-inner.css diff --git a/pages/static/files/templates/gallery.zip/css/gallery.css b/templates/websites/gallery/css/gallery.css similarity index 100% rename from pages/static/files/templates/gallery.zip/css/gallery.css rename to templates/websites/gallery/css/gallery.css diff --git a/pages/static/files/templates/gallery.zip/css/page.css b/templates/websites/gallery/css/page.css similarity index 100% rename from pages/static/files/templates/gallery.zip/css/page.css rename to templates/websites/gallery/css/page.css diff --git a/pages/static/files/templates/gallery.zip/img/gallery/balloon.jpg b/templates/websites/gallery/img/gallery/balloon.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/balloon.jpg rename to templates/websites/gallery/img/gallery/balloon.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/balloon@2x.jpg b/templates/websites/gallery/img/gallery/balloon@2x.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/balloon@2x.jpg rename to templates/websites/gallery/img/gallery/balloon@2x.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/building.jpg b/templates/websites/gallery/img/gallery/building.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/building.jpg rename to templates/websites/gallery/img/gallery/building.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/building@2x.jpg b/templates/websites/gallery/img/gallery/building@2x.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/building@2x.jpg rename to templates/websites/gallery/img/gallery/building@2x.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/cactus.jpg b/templates/websites/gallery/img/gallery/cactus.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/cactus.jpg rename to templates/websites/gallery/img/gallery/cactus.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/cactus@2x.jpg b/templates/websites/gallery/img/gallery/cactus@2x.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/cactus@2x.jpg rename to templates/websites/gallery/img/gallery/cactus@2x.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/chair.jpg b/templates/websites/gallery/img/gallery/chair.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/chair.jpg rename to templates/websites/gallery/img/gallery/chair.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/chair@2x.jpg b/templates/websites/gallery/img/gallery/chair@2x.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/chair@2x.jpg rename to templates/websites/gallery/img/gallery/chair@2x.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/corner.jpg b/templates/websites/gallery/img/gallery/corner.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/corner.jpg rename to templates/websites/gallery/img/gallery/corner.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/corner@2x.jpg b/templates/websites/gallery/img/gallery/corner@2x.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/corner@2x.jpg rename to templates/websites/gallery/img/gallery/corner@2x.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/court.jpg b/templates/websites/gallery/img/gallery/court.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/court.jpg rename to templates/websites/gallery/img/gallery/court.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/court@2x.jpg b/templates/websites/gallery/img/gallery/court@2x.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/court@2x.jpg rename to templates/websites/gallery/img/gallery/court@2x.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/hall.jpg b/templates/websites/gallery/img/gallery/hall.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/hall.jpg rename to templates/websites/gallery/img/gallery/hall.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/hall@2x.jpg b/templates/websites/gallery/img/gallery/hall@2x.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/hall@2x.jpg rename to templates/websites/gallery/img/gallery/hall@2x.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/jellyfish.jpg b/templates/websites/gallery/img/gallery/jellyfish.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/jellyfish.jpg rename to templates/websites/gallery/img/gallery/jellyfish.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/jellyfish@2x.jpg b/templates/websites/gallery/img/gallery/jellyfish@2x.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/jellyfish@2x.jpg rename to templates/websites/gallery/img/gallery/jellyfish@2x.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/lake.jpg b/templates/websites/gallery/img/gallery/lake.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/lake.jpg rename to templates/websites/gallery/img/gallery/lake.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/lake@2x.jpg b/templates/websites/gallery/img/gallery/lake@2x.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/lake@2x.jpg rename to templates/websites/gallery/img/gallery/lake@2x.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/lamp.jpg b/templates/websites/gallery/img/gallery/lamp.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/lamp.jpg rename to templates/websites/gallery/img/gallery/lamp.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/lamp@2x.jpg b/templates/websites/gallery/img/gallery/lamp@2x.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/lamp@2x.jpg rename to templates/websites/gallery/img/gallery/lamp@2x.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/orange.jpg b/templates/websites/gallery/img/gallery/orange.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/orange.jpg rename to templates/websites/gallery/img/gallery/orange.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/orange@2x.jpg b/templates/websites/gallery/img/gallery/orange@2x.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/orange@2x.jpg rename to templates/websites/gallery/img/gallery/orange@2x.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/pineapple.jpg b/templates/websites/gallery/img/gallery/pineapple.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/pineapple.jpg rename to templates/websites/gallery/img/gallery/pineapple.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/pineapple@2x.jpg b/templates/websites/gallery/img/gallery/pineapple@2x.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/pineapple@2x.jpg rename to templates/websites/gallery/img/gallery/pineapple@2x.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/plant.jpg b/templates/websites/gallery/img/gallery/plant.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/plant.jpg rename to templates/websites/gallery/img/gallery/plant.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/plant@2x.jpg b/templates/websites/gallery/img/gallery/plant@2x.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/plant@2x.jpg rename to templates/websites/gallery/img/gallery/plant@2x.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/skyline.jpg b/templates/websites/gallery/img/gallery/skyline.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/skyline.jpg rename to templates/websites/gallery/img/gallery/skyline.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/skyline@2x.jpg b/templates/websites/gallery/img/gallery/skyline@2x.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/skyline@2x.jpg rename to templates/websites/gallery/img/gallery/skyline@2x.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/smoke.jpg b/templates/websites/gallery/img/gallery/smoke.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/smoke.jpg rename to templates/websites/gallery/img/gallery/smoke.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/smoke@2x.jpg b/templates/websites/gallery/img/gallery/smoke@2x.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/smoke@2x.jpg rename to templates/websites/gallery/img/gallery/smoke@2x.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/spectrum.jpg b/templates/websites/gallery/img/gallery/spectrum.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/spectrum.jpg rename to templates/websites/gallery/img/gallery/spectrum.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/spectrum@2x.jpg b/templates/websites/gallery/img/gallery/spectrum@2x.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/spectrum@2x.jpg rename to templates/websites/gallery/img/gallery/spectrum@2x.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/spiral.jpg b/templates/websites/gallery/img/gallery/spiral.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/spiral.jpg rename to templates/websites/gallery/img/gallery/spiral.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/spiral@2x.jpg b/templates/websites/gallery/img/gallery/spiral@2x.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/spiral@2x.jpg rename to templates/websites/gallery/img/gallery/spiral@2x.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/stairs.jpg b/templates/websites/gallery/img/gallery/stairs.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/stairs.jpg rename to templates/websites/gallery/img/gallery/stairs.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/stairs@2x.jpg b/templates/websites/gallery/img/gallery/stairs@2x.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/stairs@2x.jpg rename to templates/websites/gallery/img/gallery/stairs@2x.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/stripe.jpg b/templates/websites/gallery/img/gallery/stripe.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/stripe.jpg rename to templates/websites/gallery/img/gallery/stripe.jpg diff --git a/pages/static/files/templates/gallery.zip/img/gallery/stripe@2x.jpg b/templates/websites/gallery/img/gallery/stripe@2x.jpg similarity index 100% rename from pages/static/files/templates/gallery.zip/img/gallery/stripe@2x.jpg rename to templates/websites/gallery/img/gallery/stripe@2x.jpg diff --git a/pages/static/files/templates/gallery.zip/templates/gallery-inner.amp.html b/templates/websites/gallery/templates/gallery-inner.amp.html similarity index 100% rename from pages/static/files/templates/gallery.zip/templates/gallery-inner.amp.html rename to templates/websites/gallery/templates/gallery-inner.amp.html diff --git a/pages/static/files/templates/gallery.zip/templates/gallery.amp.html b/templates/websites/gallery/templates/gallery.amp.html similarity index 100% rename from pages/static/files/templates/gallery.zip/templates/gallery.amp.html rename to templates/websites/gallery/templates/gallery.amp.html diff --git a/pages/static/files/templates/land-see.zip/LICENSE b/templates/websites/land-see/LICENSE similarity index 100% rename from pages/static/files/templates/land-see.zip/LICENSE rename to templates/websites/land-see/LICENSE diff --git a/pages/static/files/templates/land-see.zip/css/page.css b/templates/websites/land-see/css/page.css similarity index 100% rename from pages/static/files/templates/land-see.zip/css/page.css rename to templates/websites/land-see/css/page.css diff --git a/pages/static/files/templates/land-see.zip/img/land-see/content/gallery/kim-0.jpg b/templates/websites/land-see/img/land-see/content/gallery/kim-0.jpg similarity index 100% rename from pages/static/files/templates/land-see.zip/img/land-see/content/gallery/kim-0.jpg rename to templates/websites/land-see/img/land-see/content/gallery/kim-0.jpg diff --git a/pages/static/files/templates/land-see.zip/img/land-see/content/gallery/kim-1.jpg b/templates/websites/land-see/img/land-see/content/gallery/kim-1.jpg similarity index 100% rename from pages/static/files/templates/land-see.zip/img/land-see/content/gallery/kim-1.jpg rename to templates/websites/land-see/img/land-see/content/gallery/kim-1.jpg diff --git a/pages/static/files/templates/land-see.zip/img/land-see/content/gallery/kim-2.jpg b/templates/websites/land-see/img/land-see/content/gallery/kim-2.jpg similarity index 100% rename from pages/static/files/templates/land-see.zip/img/land-see/content/gallery/kim-2.jpg rename to templates/websites/land-see/img/land-see/content/gallery/kim-2.jpg diff --git a/pages/static/files/templates/land-see.zip/img/land-see/content/gallery/kim-3.jpg b/templates/websites/land-see/img/land-see/content/gallery/kim-3.jpg similarity index 100% rename from pages/static/files/templates/land-see.zip/img/land-see/content/gallery/kim-3.jpg rename to templates/websites/land-see/img/land-see/content/gallery/kim-3.jpg diff --git a/pages/static/files/templates/land-see.zip/img/land-see/content/gallery/kim-4.jpg b/templates/websites/land-see/img/land-see/content/gallery/kim-4.jpg similarity index 100% rename from pages/static/files/templates/land-see.zip/img/land-see/content/gallery/kim-4.jpg rename to templates/websites/land-see/img/land-see/content/gallery/kim-4.jpg diff --git a/pages/static/files/templates/land-see.zip/img/land-see/content/gallery/kim-5.jpg b/templates/websites/land-see/img/land-see/content/gallery/kim-5.jpg similarity index 100% rename from pages/static/files/templates/land-see.zip/img/land-see/content/gallery/kim-5.jpg rename to templates/websites/land-see/img/land-see/content/gallery/kim-5.jpg diff --git a/pages/static/files/templates/land-see.zip/img/land-see/content/gallery/kim-6.jpg b/templates/websites/land-see/img/land-see/content/gallery/kim-6.jpg similarity index 100% rename from pages/static/files/templates/land-see.zip/img/land-see/content/gallery/kim-6.jpg rename to templates/websites/land-see/img/land-see/content/gallery/kim-6.jpg diff --git a/pages/static/files/templates/land-see.zip/img/land-see/content/instagram-cta-lg.png b/templates/websites/land-see/img/land-see/content/instagram-cta-lg.png similarity index 100% rename from pages/static/files/templates/land-see.zip/img/land-see/content/instagram-cta-lg.png rename to templates/websites/land-see/img/land-see/content/instagram-cta-lg.png diff --git a/pages/static/files/templates/land-see.zip/img/land-see/content/instagram-cta-md.png b/templates/websites/land-see/img/land-see/content/instagram-cta-md.png similarity index 100% rename from pages/static/files/templates/land-see.zip/img/land-see/content/instagram-cta-md.png rename to templates/websites/land-see/img/land-see/content/instagram-cta-md.png diff --git a/pages/static/files/templates/land-see.zip/img/land-see/content/instagram-cta-sm.png b/templates/websites/land-see/img/land-see/content/instagram-cta-sm.png similarity index 100% rename from pages/static/files/templates/land-see.zip/img/land-see/content/instagram-cta-sm.png rename to templates/websites/land-see/img/land-see/content/instagram-cta-sm.png diff --git a/pages/static/files/templates/land-see.zip/img/land-see/content/khatam-tadayon-107740.jpg b/templates/websites/land-see/img/land-see/content/khatam-tadayon-107740.jpg similarity index 100% rename from pages/static/files/templates/land-see.zip/img/land-see/content/khatam-tadayon-107740.jpg rename to templates/websites/land-see/img/land-see/content/khatam-tadayon-107740.jpg diff --git a/pages/static/files/templates/land-see.zip/img/land-see/content/maine.jpg b/templates/websites/land-see/img/land-see/content/maine.jpg similarity index 100% rename from pages/static/files/templates/land-see.zip/img/land-see/content/maine.jpg rename to templates/websites/land-see/img/land-see/content/maine.jpg diff --git a/pages/static/files/templates/land-see.zip/img/land-see/content/paul-summers.jpg b/templates/websites/land-see/img/land-see/content/paul-summers.jpg similarity index 100% rename from pages/static/files/templates/land-see.zip/img/land-see/content/paul-summers.jpg rename to templates/websites/land-see/img/land-see/content/paul-summers.jpg diff --git a/pages/static/files/templates/land-see.zip/img/land-see/content/retail-shop-370px.jpg b/templates/websites/land-see/img/land-see/content/retail-shop-370px.jpg similarity index 100% rename from pages/static/files/templates/land-see.zip/img/land-see/content/retail-shop-370px.jpg rename to templates/websites/land-see/img/land-see/content/retail-shop-370px.jpg diff --git a/pages/static/files/templates/land-see.zip/img/land-see/content/shoe-designer-centered.jpg b/templates/websites/land-see/img/land-see/content/shoe-designer-centered.jpg similarity index 100% rename from pages/static/files/templates/land-see.zip/img/land-see/content/shoe-designer-centered.jpg rename to templates/websites/land-see/img/land-see/content/shoe-designer-centered.jpg diff --git a/pages/static/files/templates/land-see.zip/img/land-see/content/shoe-designer.jpg b/templates/websites/land-see/img/land-see/content/shoe-designer.jpg similarity index 100% rename from pages/static/files/templates/land-see.zip/img/land-see/content/shoe-designer.jpg rename to templates/websites/land-see/img/land-see/content/shoe-designer.jpg diff --git a/pages/static/files/templates/land-see.zip/img/land-see/content/studio-310px.jpg b/templates/websites/land-see/img/land-see/content/studio-310px.jpg similarity index 100% rename from pages/static/files/templates/land-see.zip/img/land-see/content/studio-310px.jpg rename to templates/websites/land-see/img/land-see/content/studio-310px.jpg diff --git a/pages/static/files/templates/land-see.zip/img/land-see/content/summer-sale-lg.jpg b/templates/websites/land-see/img/land-see/content/summer-sale-lg.jpg similarity index 100% rename from pages/static/files/templates/land-see.zip/img/land-see/content/summer-sale-lg.jpg rename to templates/websites/land-see/img/land-see/content/summer-sale-lg.jpg diff --git a/pages/static/files/templates/land-see.zip/img/land-see/content/summer-sale-md.jpg b/templates/websites/land-see/img/land-see/content/summer-sale-md.jpg similarity index 100% rename from pages/static/files/templates/land-see.zip/img/land-see/content/summer-sale-md.jpg rename to templates/websites/land-see/img/land-see/content/summer-sale-md.jpg diff --git a/pages/static/files/templates/land-see.zip/img/land-see/content/summer-sale-sm.jpg b/templates/websites/land-see/img/land-see/content/summer-sale-sm.jpg similarity index 100% rename from pages/static/files/templates/land-see.zip/img/land-see/content/summer-sale-sm.jpg rename to templates/websites/land-see/img/land-see/content/summer-sale-sm.jpg diff --git a/pages/static/files/templates/land-see.zip/img/land-see/content/timeless-design-350px.jpg b/templates/websites/land-see/img/land-see/content/timeless-design-350px.jpg similarity index 100% rename from pages/static/files/templates/land-see.zip/img/land-see/content/timeless-design-350px.jpg rename to templates/websites/land-see/img/land-see/content/timeless-design-350px.jpg diff --git a/pages/static/files/templates/land-see.zip/img/land-see/content/travel-accessories-outfits-2-400px.jpg b/templates/websites/land-see/img/land-see/content/travel-accessories-outfits-2-400px.jpg similarity index 100% rename from pages/static/files/templates/land-see.zip/img/land-see/content/travel-accessories-outfits-2-400px.jpg rename to templates/websites/land-see/img/land-see/content/travel-accessories-outfits-2-400px.jpg diff --git a/pages/static/files/templates/land-see.zip/img/land-see/structure/carousel-progress-indicator.svg b/templates/websites/land-see/img/land-see/structure/carousel-progress-indicator.svg similarity index 100% rename from pages/static/files/templates/land-see.zip/img/land-see/structure/carousel-progress-indicator.svg rename to templates/websites/land-see/img/land-see/structure/carousel-progress-indicator.svg diff --git a/pages/static/files/templates/land-see.zip/templates/api/all-stories-page-1.json b/templates/websites/land-see/templates/api/all-stories-page-1.json similarity index 100% rename from pages/static/files/templates/land-see.zip/templates/api/all-stories-page-1.json rename to templates/websites/land-see/templates/api/all-stories-page-1.json diff --git a/pages/static/files/templates/land-see.zip/templates/api/all-stories-page-2.json b/templates/websites/land-see/templates/api/all-stories-page-2.json similarity index 100% rename from pages/static/files/templates/land-see.zip/templates/api/all-stories-page-2.json rename to templates/websites/land-see/templates/api/all-stories-page-2.json diff --git a/pages/static/files/templates/land-see.zip/templates/api/all-stories-page-3.json b/templates/websites/land-see/templates/api/all-stories-page-3.json similarity index 100% rename from pages/static/files/templates/land-see.zip/templates/api/all-stories-page-3.json rename to templates/websites/land-see/templates/api/all-stories-page-3.json diff --git a/pages/static/files/templates/land-see.zip/templates/api/arts-culture-accordion.json b/templates/websites/land-see/templates/api/arts-culture-accordion.json similarity index 100% rename from pages/static/files/templates/land-see.zip/templates/api/arts-culture-accordion.json rename to templates/websites/land-see/templates/api/arts-culture-accordion.json diff --git a/pages/static/files/templates/land-see.zip/templates/api/arts-culture-page-1.json b/templates/websites/land-see/templates/api/arts-culture-page-1.json similarity index 100% rename from pages/static/files/templates/land-see.zip/templates/api/arts-culture-page-1.json rename to templates/websites/land-see/templates/api/arts-culture-page-1.json diff --git a/pages/static/files/templates/land-see.zip/templates/api/arts-culture-page-2.json b/templates/websites/land-see/templates/api/arts-culture-page-2.json similarity index 100% rename from pages/static/files/templates/land-see.zip/templates/api/arts-culture-page-2.json rename to templates/websites/land-see/templates/api/arts-culture-page-2.json diff --git a/pages/static/files/templates/land-see.zip/templates/api/design-accordion.json b/templates/websites/land-see/templates/api/design-accordion.json similarity index 100% rename from pages/static/files/templates/land-see.zip/templates/api/design-accordion.json rename to templates/websites/land-see/templates/api/design-accordion.json diff --git a/pages/static/files/templates/land-see.zip/templates/api/design-page-1.json b/templates/websites/land-see/templates/api/design-page-1.json similarity index 100% rename from pages/static/files/templates/land-see.zip/templates/api/design-page-1.json rename to templates/websites/land-see/templates/api/design-page-1.json diff --git a/pages/static/files/templates/land-see.zip/templates/api/fashion-accordion.json b/templates/websites/land-see/templates/api/fashion-accordion.json similarity index 100% rename from pages/static/files/templates/land-see.zip/templates/api/fashion-accordion.json rename to templates/websites/land-see/templates/api/fashion-accordion.json diff --git a/pages/static/files/templates/land-see.zip/templates/api/fashion-page-1.json b/templates/websites/land-see/templates/api/fashion-page-1.json similarity index 100% rename from pages/static/files/templates/land-see.zip/templates/api/fashion-page-1.json rename to templates/websites/land-see/templates/api/fashion-page-1.json diff --git a/pages/static/files/templates/land-see.zip/templates/api/interiors-accordion.json b/templates/websites/land-see/templates/api/interiors-accordion.json similarity index 100% rename from pages/static/files/templates/land-see.zip/templates/api/interiors-accordion.json rename to templates/websites/land-see/templates/api/interiors-accordion.json diff --git a/pages/static/files/templates/land-see.zip/templates/api/interiors-page-1.json b/templates/websites/land-see/templates/api/interiors-page-1.json similarity index 100% rename from pages/static/files/templates/land-see.zip/templates/api/interiors-page-1.json rename to templates/websites/land-see/templates/api/interiors-page-1.json diff --git a/pages/static/files/templates/land-see.zip/templates/api/popular-page-1.json b/templates/websites/land-see/templates/api/popular-page-1.json similarity index 100% rename from pages/static/files/templates/land-see.zip/templates/api/popular-page-1.json rename to templates/websites/land-see/templates/api/popular-page-1.json diff --git a/pages/static/files/templates/land-see.zip/templates/api/popular.json b/templates/websites/land-see/templates/api/popular.json similarity index 100% rename from pages/static/files/templates/land-see.zip/templates/api/popular.json rename to templates/websites/land-see/templates/api/popular.json diff --git a/pages/static/files/templates/land-see.zip/templates/api/recommended.json b/templates/websites/land-see/templates/api/recommended.json similarity index 100% rename from pages/static/files/templates/land-see.zip/templates/api/recommended.json rename to templates/websites/land-see/templates/api/recommended.json diff --git a/pages/static/files/templates/land-see.zip/templates/kim-myeong.amp.html b/templates/websites/land-see/templates/kim-myeong.amp.html similarity index 100% rename from pages/static/files/templates/land-see.zip/templates/kim-myeong.amp.html rename to templates/websites/land-see/templates/kim-myeong.amp.html diff --git a/pages/static/files/templates/land-see.zip/templates/land-see.amp.html b/templates/websites/land-see/templates/land-see.amp.html similarity index 100% rename from pages/static/files/templates/land-see.zip/templates/land-see.amp.html rename to templates/websites/land-see/templates/land-see.amp.html diff --git a/pages/static/files/templates/land-see.zip/templates/stories.amp.html b/templates/websites/land-see/templates/stories.amp.html similarity index 100% rename from pages/static/files/templates/land-see.zip/templates/stories.amp.html rename to templates/websites/land-see/templates/stories.amp.html diff --git a/pages/static/files/templates/lune.zip/LICENSE b/templates/websites/lune/LICENSE similarity index 100% rename from pages/static/files/templates/lune.zip/LICENSE rename to templates/websites/lune/LICENSE diff --git a/pages/static/files/templates/lune.zip/css/page.css b/templates/websites/lune/css/page.css similarity index 100% rename from pages/static/files/templates/lune.zip/css/page.css rename to templates/websites/lune/css/page.css diff --git a/pages/static/files/templates/lune.zip/img/lune/landing-hero-blanc@1x.png b/templates/websites/lune/img/lune/landing-hero-blanc@1x.png similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/landing-hero-blanc@1x.png rename to templates/websites/lune/img/lune/landing-hero-blanc@1x.png diff --git a/pages/static/files/templates/lune.zip/img/lune/landing-hero-blanc@1x.webp b/templates/websites/lune/img/lune/landing-hero-blanc@1x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/landing-hero-blanc@1x.webp rename to templates/websites/lune/img/lune/landing-hero-blanc@1x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/landing-hero-blanc@2x.png b/templates/websites/lune/img/lune/landing-hero-blanc@2x.png similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/landing-hero-blanc@2x.png rename to templates/websites/lune/img/lune/landing-hero-blanc@2x.png diff --git a/pages/static/files/templates/lune.zip/img/lune/landing-hero-blanc@2x.webp b/templates/websites/lune/img/lune/landing-hero-blanc@2x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/landing-hero-blanc@2x.webp rename to templates/websites/lune/img/lune/landing-hero-blanc@2x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/landing-hero-noir@1x.png b/templates/websites/lune/img/lune/landing-hero-noir@1x.png similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/landing-hero-noir@1x.png rename to templates/websites/lune/img/lune/landing-hero-noir@1x.png diff --git a/pages/static/files/templates/lune.zip/img/lune/landing-hero-noir@1x.webp b/templates/websites/lune/img/lune/landing-hero-noir@1x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/landing-hero-noir@1x.webp rename to templates/websites/lune/img/lune/landing-hero-noir@1x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/landing-hero-noir@2x.png b/templates/websites/lune/img/lune/landing-hero-noir@2x.png similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/landing-hero-noir@2x.png rename to templates/websites/lune/img/lune/landing-hero-noir@2x.png diff --git a/pages/static/files/templates/lune.zip/img/lune/landing-hero-noir@2x.webp b/templates/websites/lune/img/lune/landing-hero-noir@2x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/landing-hero-noir@2x.webp rename to templates/websites/lune/img/lune/landing-hero-noir@2x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-oak-1-desktop@1x.jpg b/templates/websites/lune/img/lune/overlay-oak-1-desktop@1x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-oak-1-desktop@1x.jpg rename to templates/websites/lune/img/lune/overlay-oak-1-desktop@1x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-oak-1-desktop@1x.webp b/templates/websites/lune/img/lune/overlay-oak-1-desktop@1x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-oak-1-desktop@1x.webp rename to templates/websites/lune/img/lune/overlay-oak-1-desktop@1x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-oak-1-desktop@2x.jpg b/templates/websites/lune/img/lune/overlay-oak-1-desktop@2x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-oak-1-desktop@2x.jpg rename to templates/websites/lune/img/lune/overlay-oak-1-desktop@2x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-oak-1-desktop@2x.webp b/templates/websites/lune/img/lune/overlay-oak-1-desktop@2x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-oak-1-desktop@2x.webp rename to templates/websites/lune/img/lune/overlay-oak-1-desktop@2x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-oak-1-mobile@1x.jpg b/templates/websites/lune/img/lune/overlay-oak-1-mobile@1x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-oak-1-mobile@1x.jpg rename to templates/websites/lune/img/lune/overlay-oak-1-mobile@1x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-oak-1-mobile@1x.webp b/templates/websites/lune/img/lune/overlay-oak-1-mobile@1x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-oak-1-mobile@1x.webp rename to templates/websites/lune/img/lune/overlay-oak-1-mobile@1x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-oak-1-mobile@2x.jpg b/templates/websites/lune/img/lune/overlay-oak-1-mobile@2x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-oak-1-mobile@2x.jpg rename to templates/websites/lune/img/lune/overlay-oak-1-mobile@2x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-oak-1-mobile@2x.webp b/templates/websites/lune/img/lune/overlay-oak-1-mobile@2x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-oak-1-mobile@2x.webp rename to templates/websites/lune/img/lune/overlay-oak-1-mobile@2x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-oak-2-desktop@1x.jpg b/templates/websites/lune/img/lune/overlay-oak-2-desktop@1x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-oak-2-desktop@1x.jpg rename to templates/websites/lune/img/lune/overlay-oak-2-desktop@1x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-oak-2-desktop@1x.webp b/templates/websites/lune/img/lune/overlay-oak-2-desktop@1x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-oak-2-desktop@1x.webp rename to templates/websites/lune/img/lune/overlay-oak-2-desktop@1x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-oak-2-desktop@2x.jpg b/templates/websites/lune/img/lune/overlay-oak-2-desktop@2x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-oak-2-desktop@2x.jpg rename to templates/websites/lune/img/lune/overlay-oak-2-desktop@2x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-oak-2-desktop@2x.webp b/templates/websites/lune/img/lune/overlay-oak-2-desktop@2x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-oak-2-desktop@2x.webp rename to templates/websites/lune/img/lune/overlay-oak-2-desktop@2x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-oak-2-mobile@1x.jpg b/templates/websites/lune/img/lune/overlay-oak-2-mobile@1x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-oak-2-mobile@1x.jpg rename to templates/websites/lune/img/lune/overlay-oak-2-mobile@1x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-oak-2-mobile@1x.webp b/templates/websites/lune/img/lune/overlay-oak-2-mobile@1x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-oak-2-mobile@1x.webp rename to templates/websites/lune/img/lune/overlay-oak-2-mobile@1x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-oak-2-mobile@2x.jpg b/templates/websites/lune/img/lune/overlay-oak-2-mobile@2x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-oak-2-mobile@2x.jpg rename to templates/websites/lune/img/lune/overlay-oak-2-mobile@2x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-oak-2-mobile@2x.webp b/templates/websites/lune/img/lune/overlay-oak-2-mobile@2x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-oak-2-mobile@2x.webp rename to templates/websites/lune/img/lune/overlay-oak-2-mobile@2x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-oak-hero-mobile@1x.jpg b/templates/websites/lune/img/lune/overlay-oak-hero-mobile@1x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-oak-hero-mobile@1x.jpg rename to templates/websites/lune/img/lune/overlay-oak-hero-mobile@1x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-oak-hero-mobile@1x.webp b/templates/websites/lune/img/lune/overlay-oak-hero-mobile@1x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-oak-hero-mobile@1x.webp rename to templates/websites/lune/img/lune/overlay-oak-hero-mobile@1x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-oak-hero-mobile@2x.jpg b/templates/websites/lune/img/lune/overlay-oak-hero-mobile@2x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-oak-hero-mobile@2x.jpg rename to templates/websites/lune/img/lune/overlay-oak-hero-mobile@2x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-oak-hero-mobile@2x.webp b/templates/websites/lune/img/lune/overlay-oak-hero-mobile@2x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-oak-hero-mobile@2x.webp rename to templates/websites/lune/img/lune/overlay-oak-hero-mobile@2x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-oak-hero@1x.png b/templates/websites/lune/img/lune/overlay-oak-hero@1x.png similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-oak-hero@1x.png rename to templates/websites/lune/img/lune/overlay-oak-hero@1x.png diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-oak-hero@1x.webp b/templates/websites/lune/img/lune/overlay-oak-hero@1x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-oak-hero@1x.webp rename to templates/websites/lune/img/lune/overlay-oak-hero@1x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-oak-hero@2x.png b/templates/websites/lune/img/lune/overlay-oak-hero@2x.png similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-oak-hero@2x.png rename to templates/websites/lune/img/lune/overlay-oak-hero@2x.png diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-oak-hero@2x.webp b/templates/websites/lune/img/lune/overlay-oak-hero@2x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-oak-hero@2x.webp rename to templates/websites/lune/img/lune/overlay-oak-hero@2x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-poly-1-desktop@1x.jpg b/templates/websites/lune/img/lune/overlay-poly-1-desktop@1x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-poly-1-desktop@1x.jpg rename to templates/websites/lune/img/lune/overlay-poly-1-desktop@1x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-poly-1-desktop@1x.webp b/templates/websites/lune/img/lune/overlay-poly-1-desktop@1x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-poly-1-desktop@1x.webp rename to templates/websites/lune/img/lune/overlay-poly-1-desktop@1x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-poly-1-desktop@2x.jpg b/templates/websites/lune/img/lune/overlay-poly-1-desktop@2x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-poly-1-desktop@2x.jpg rename to templates/websites/lune/img/lune/overlay-poly-1-desktop@2x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-poly-1-desktop@2x.webp b/templates/websites/lune/img/lune/overlay-poly-1-desktop@2x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-poly-1-desktop@2x.webp rename to templates/websites/lune/img/lune/overlay-poly-1-desktop@2x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-poly-1-mobile@1x.jpg b/templates/websites/lune/img/lune/overlay-poly-1-mobile@1x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-poly-1-mobile@1x.jpg rename to templates/websites/lune/img/lune/overlay-poly-1-mobile@1x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-poly-1-mobile@1x.webp b/templates/websites/lune/img/lune/overlay-poly-1-mobile@1x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-poly-1-mobile@1x.webp rename to templates/websites/lune/img/lune/overlay-poly-1-mobile@1x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-poly-1-mobile@2x.jpg b/templates/websites/lune/img/lune/overlay-poly-1-mobile@2x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-poly-1-mobile@2x.jpg rename to templates/websites/lune/img/lune/overlay-poly-1-mobile@2x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-poly-1-mobile@2x.webp b/templates/websites/lune/img/lune/overlay-poly-1-mobile@2x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-poly-1-mobile@2x.webp rename to templates/websites/lune/img/lune/overlay-poly-1-mobile@2x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-poly-2-desktop@1x.jpg b/templates/websites/lune/img/lune/overlay-poly-2-desktop@1x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-poly-2-desktop@1x.jpg rename to templates/websites/lune/img/lune/overlay-poly-2-desktop@1x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-poly-2-desktop@1x.webp b/templates/websites/lune/img/lune/overlay-poly-2-desktop@1x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-poly-2-desktop@1x.webp rename to templates/websites/lune/img/lune/overlay-poly-2-desktop@1x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-poly-2-desktop@2x.jpg b/templates/websites/lune/img/lune/overlay-poly-2-desktop@2x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-poly-2-desktop@2x.jpg rename to templates/websites/lune/img/lune/overlay-poly-2-desktop@2x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-poly-2-desktop@2x.webp b/templates/websites/lune/img/lune/overlay-poly-2-desktop@2x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-poly-2-desktop@2x.webp rename to templates/websites/lune/img/lune/overlay-poly-2-desktop@2x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-poly-2-mobile@1x.jpg b/templates/websites/lune/img/lune/overlay-poly-2-mobile@1x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-poly-2-mobile@1x.jpg rename to templates/websites/lune/img/lune/overlay-poly-2-mobile@1x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-poly-2-mobile@1x.webp b/templates/websites/lune/img/lune/overlay-poly-2-mobile@1x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-poly-2-mobile@1x.webp rename to templates/websites/lune/img/lune/overlay-poly-2-mobile@1x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-poly-2-mobile@2x.jpg b/templates/websites/lune/img/lune/overlay-poly-2-mobile@2x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-poly-2-mobile@2x.jpg rename to templates/websites/lune/img/lune/overlay-poly-2-mobile@2x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-poly-2-mobile@2x.webp b/templates/websites/lune/img/lune/overlay-poly-2-mobile@2x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-poly-2-mobile@2x.webp rename to templates/websites/lune/img/lune/overlay-poly-2-mobile@2x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-poly-hero-desktop@1x.png b/templates/websites/lune/img/lune/overlay-poly-hero-desktop@1x.png similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-poly-hero-desktop@1x.png rename to templates/websites/lune/img/lune/overlay-poly-hero-desktop@1x.png diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-poly-hero-desktop@2x.png b/templates/websites/lune/img/lune/overlay-poly-hero-desktop@2x.png similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-poly-hero-desktop@2x.png rename to templates/websites/lune/img/lune/overlay-poly-hero-desktop@2x.png diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-poly-hero-mobile@1x.jpg b/templates/websites/lune/img/lune/overlay-poly-hero-mobile@1x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-poly-hero-mobile@1x.jpg rename to templates/websites/lune/img/lune/overlay-poly-hero-mobile@1x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-poly-hero-mobile@1x.webp b/templates/websites/lune/img/lune/overlay-poly-hero-mobile@1x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-poly-hero-mobile@1x.webp rename to templates/websites/lune/img/lune/overlay-poly-hero-mobile@1x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-poly-hero-mobile@2x.jpg b/templates/websites/lune/img/lune/overlay-poly-hero-mobile@2x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-poly-hero-mobile@2x.jpg rename to templates/websites/lune/img/lune/overlay-poly-hero-mobile@2x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/overlay-poly-hero-mobile@2x.webp b/templates/websites/lune/img/lune/overlay-poly-hero-mobile@2x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/overlay-poly-hero-mobile@2x.webp rename to templates/websites/lune/img/lune/overlay-poly-hero-mobile@2x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/product-hero-blanc@1x.png b/templates/websites/lune/img/lune/product-hero-blanc@1x.png similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-hero-blanc@1x.png rename to templates/websites/lune/img/lune/product-hero-blanc@1x.png diff --git a/pages/static/files/templates/lune.zip/img/lune/product-hero-blanc@1x.webp b/templates/websites/lune/img/lune/product-hero-blanc@1x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-hero-blanc@1x.webp rename to templates/websites/lune/img/lune/product-hero-blanc@1x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/product-hero-blanc@2x.png b/templates/websites/lune/img/lune/product-hero-blanc@2x.png similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-hero-blanc@2x.png rename to templates/websites/lune/img/lune/product-hero-blanc@2x.png diff --git a/pages/static/files/templates/lune.zip/img/lune/product-hero-blanc@2x.webp b/templates/websites/lune/img/lune/product-hero-blanc@2x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-hero-blanc@2x.webp rename to templates/websites/lune/img/lune/product-hero-blanc@2x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/product-hero-noir@1x.png b/templates/websites/lune/img/lune/product-hero-noir@1x.png similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-hero-noir@1x.png rename to templates/websites/lune/img/lune/product-hero-noir@1x.png diff --git a/pages/static/files/templates/lune.zip/img/lune/product-hero-noir@1x.webp b/templates/websites/lune/img/lune/product-hero-noir@1x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-hero-noir@1x.webp rename to templates/websites/lune/img/lune/product-hero-noir@1x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/product-hero-noir@2x.png b/templates/websites/lune/img/lune/product-hero-noir@2x.png similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-hero-noir@2x.png rename to templates/websites/lune/img/lune/product-hero-noir@2x.png diff --git a/pages/static/files/templates/lune.zip/img/lune/product-hero-noir@2x.webp b/templates/websites/lune/img/lune/product-hero-noir@2x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-hero-noir@2x.webp rename to templates/websites/lune/img/lune/product-hero-noir@2x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/product-materials-blanc-oak-1@1x.jpg b/templates/websites/lune/img/lune/product-materials-blanc-oak-1@1x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-materials-blanc-oak-1@1x.jpg rename to templates/websites/lune/img/lune/product-materials-blanc-oak-1@1x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/product-materials-blanc-oak-1@1x.webp b/templates/websites/lune/img/lune/product-materials-blanc-oak-1@1x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-materials-blanc-oak-1@1x.webp rename to templates/websites/lune/img/lune/product-materials-blanc-oak-1@1x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/product-materials-blanc-oak-1@2x.jpg b/templates/websites/lune/img/lune/product-materials-blanc-oak-1@2x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-materials-blanc-oak-1@2x.jpg rename to templates/websites/lune/img/lune/product-materials-blanc-oak-1@2x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/product-materials-blanc-oak-1@2x.webp b/templates/websites/lune/img/lune/product-materials-blanc-oak-1@2x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-materials-blanc-oak-1@2x.webp rename to templates/websites/lune/img/lune/product-materials-blanc-oak-1@2x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/product-materials-blanc-oak-2@1x.jpg b/templates/websites/lune/img/lune/product-materials-blanc-oak-2@1x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-materials-blanc-oak-2@1x.jpg rename to templates/websites/lune/img/lune/product-materials-blanc-oak-2@1x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/product-materials-blanc-oak-2@1x.webp b/templates/websites/lune/img/lune/product-materials-blanc-oak-2@1x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-materials-blanc-oak-2@1x.webp rename to templates/websites/lune/img/lune/product-materials-blanc-oak-2@1x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/product-materials-blanc-oak-2@2x.jpg b/templates/websites/lune/img/lune/product-materials-blanc-oak-2@2x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-materials-blanc-oak-2@2x.jpg rename to templates/websites/lune/img/lune/product-materials-blanc-oak-2@2x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/product-materials-blanc-oak-2@2x.webp b/templates/websites/lune/img/lune/product-materials-blanc-oak-2@2x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-materials-blanc-oak-2@2x.webp rename to templates/websites/lune/img/lune/product-materials-blanc-oak-2@2x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/product-materials-blanc-poly@1x.jpg b/templates/websites/lune/img/lune/product-materials-blanc-poly@1x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-materials-blanc-poly@1x.jpg rename to templates/websites/lune/img/lune/product-materials-blanc-poly@1x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/product-materials-blanc-poly@1x.webp b/templates/websites/lune/img/lune/product-materials-blanc-poly@1x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-materials-blanc-poly@1x.webp rename to templates/websites/lune/img/lune/product-materials-blanc-poly@1x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/product-materials-blanc-poly@2x.jpg b/templates/websites/lune/img/lune/product-materials-blanc-poly@2x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-materials-blanc-poly@2x.jpg rename to templates/websites/lune/img/lune/product-materials-blanc-poly@2x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/product-materials-blanc-poly@2x.webp b/templates/websites/lune/img/lune/product-materials-blanc-poly@2x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-materials-blanc-poly@2x.webp rename to templates/websites/lune/img/lune/product-materials-blanc-poly@2x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/product-materials-noir-oak-1@1x.jpg b/templates/websites/lune/img/lune/product-materials-noir-oak-1@1x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-materials-noir-oak-1@1x.jpg rename to templates/websites/lune/img/lune/product-materials-noir-oak-1@1x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/product-materials-noir-oak-1@1x.webp b/templates/websites/lune/img/lune/product-materials-noir-oak-1@1x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-materials-noir-oak-1@1x.webp rename to templates/websites/lune/img/lune/product-materials-noir-oak-1@1x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/product-materials-noir-oak-1@2x.jpg b/templates/websites/lune/img/lune/product-materials-noir-oak-1@2x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-materials-noir-oak-1@2x.jpg rename to templates/websites/lune/img/lune/product-materials-noir-oak-1@2x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/product-materials-noir-oak-1@2x.webp b/templates/websites/lune/img/lune/product-materials-noir-oak-1@2x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-materials-noir-oak-1@2x.webp rename to templates/websites/lune/img/lune/product-materials-noir-oak-1@2x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/product-materials-noir-oak-2@1x.jpg b/templates/websites/lune/img/lune/product-materials-noir-oak-2@1x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-materials-noir-oak-2@1x.jpg rename to templates/websites/lune/img/lune/product-materials-noir-oak-2@1x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/product-materials-noir-oak-2@1x.webp b/templates/websites/lune/img/lune/product-materials-noir-oak-2@1x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-materials-noir-oak-2@1x.webp rename to templates/websites/lune/img/lune/product-materials-noir-oak-2@1x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/product-materials-noir-oak-2@2x.jpg b/templates/websites/lune/img/lune/product-materials-noir-oak-2@2x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-materials-noir-oak-2@2x.jpg rename to templates/websites/lune/img/lune/product-materials-noir-oak-2@2x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/product-materials-noir-oak-2@2x.webp b/templates/websites/lune/img/lune/product-materials-noir-oak-2@2x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-materials-noir-oak-2@2x.webp rename to templates/websites/lune/img/lune/product-materials-noir-oak-2@2x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/product-materials-noir-poly@1x.jpg b/templates/websites/lune/img/lune/product-materials-noir-poly@1x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-materials-noir-poly@1x.jpg rename to templates/websites/lune/img/lune/product-materials-noir-poly@1x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/product-materials-noir-poly@1x.webp b/templates/websites/lune/img/lune/product-materials-noir-poly@1x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-materials-noir-poly@1x.webp rename to templates/websites/lune/img/lune/product-materials-noir-poly@1x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/product-materials-noir-poly@2x.jpg b/templates/websites/lune/img/lune/product-materials-noir-poly@2x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-materials-noir-poly@2x.jpg rename to templates/websites/lune/img/lune/product-materials-noir-poly@2x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/product-materials-noir-poly@2x.webp b/templates/websites/lune/img/lune/product-materials-noir-poly@2x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/product-materials-noir-poly@2x.webp rename to templates/websites/lune/img/lune/product-materials-noir-poly@2x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/store-hero@1x.jpg b/templates/websites/lune/img/lune/store-hero@1x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/store-hero@1x.jpg rename to templates/websites/lune/img/lune/store-hero@1x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/store-hero@1x.webp b/templates/websites/lune/img/lune/store-hero@1x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/store-hero@1x.webp rename to templates/websites/lune/img/lune/store-hero@1x.webp diff --git a/pages/static/files/templates/lune.zip/img/lune/store-hero@2x.jpg b/templates/websites/lune/img/lune/store-hero@2x.jpg similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/store-hero@2x.jpg rename to templates/websites/lune/img/lune/store-hero@2x.jpg diff --git a/pages/static/files/templates/lune.zip/img/lune/store-hero@2x.webp b/templates/websites/lune/img/lune/store-hero@2x.webp similarity index 100% rename from pages/static/files/templates/lune.zip/img/lune/store-hero@2x.webp rename to templates/websites/lune/img/lune/store-hero@2x.webp diff --git a/pages/static/files/templates/lune.zip/templates/lune.amp.html b/templates/websites/lune/templates/lune.amp.html similarity index 100% rename from pages/static/files/templates/lune.zip/templates/lune.amp.html rename to templates/websites/lune/templates/lune.amp.html diff --git a/pages/static/files/templates/lune.zip/templates/product-blanc.amp.html b/templates/websites/lune/templates/product-blanc.amp.html similarity index 100% rename from pages/static/files/templates/lune.zip/templates/product-blanc.amp.html rename to templates/websites/lune/templates/product-blanc.amp.html diff --git a/pages/static/files/templates/lune.zip/templates/product-material-oak-noir.amp.html b/templates/websites/lune/templates/product-material-oak-noir.amp.html similarity index 100% rename from pages/static/files/templates/lune.zip/templates/product-material-oak-noir.amp.html rename to templates/websites/lune/templates/product-material-oak-noir.amp.html diff --git a/pages/static/files/templates/lune.zip/templates/product-material-oak.amp.html b/templates/websites/lune/templates/product-material-oak.amp.html similarity index 100% rename from pages/static/files/templates/lune.zip/templates/product-material-oak.amp.html rename to templates/websites/lune/templates/product-material-oak.amp.html diff --git a/pages/static/files/templates/lune.zip/templates/product-material-polypropylene-noir.amp.html b/templates/websites/lune/templates/product-material-polypropylene-noir.amp.html similarity index 100% rename from pages/static/files/templates/lune.zip/templates/product-material-polypropylene-noir.amp.html rename to templates/websites/lune/templates/product-material-polypropylene-noir.amp.html diff --git a/pages/static/files/templates/lune.zip/templates/product-material-polypropylene.amp.html b/templates/websites/lune/templates/product-material-polypropylene.amp.html similarity index 100% rename from pages/static/files/templates/lune.zip/templates/product-material-polypropylene.amp.html rename to templates/websites/lune/templates/product-material-polypropylene.amp.html diff --git a/pages/static/files/templates/lune.zip/templates/product-noir.amp.html b/templates/websites/lune/templates/product-noir.amp.html similarity index 100% rename from pages/static/files/templates/lune.zip/templates/product-noir.amp.html rename to templates/websites/lune/templates/product-noir.amp.html diff --git a/pages/static/files/templates/lune.zip/templates/store.amp.html b/templates/websites/lune/templates/store.amp.html similarity index 100% rename from pages/static/files/templates/lune.zip/templates/store.amp.html rename to templates/websites/lune/templates/store.amp.html diff --git a/pages/static/files/templates/themes_1.zip/LICENSE b/templates/websites/themes_1/LICENSE similarity index 100% rename from pages/static/files/templates/themes_1.zip/LICENSE rename to templates/websites/themes_1/LICENSE diff --git a/pages/static/files/templates/themes_1.zip/css/page.css b/templates/websites/themes_1/css/page.css similarity index 100% rename from pages/static/files/templates/themes_1.zip/css/page.css rename to templates/websites/themes_1/css/page.css diff --git a/pages/static/files/templates/themes_1.zip/img/themes_1/building_square.jpg b/templates/websites/themes_1/img/themes_1/building_square.jpg similarity index 100% rename from pages/static/files/templates/themes_1.zip/img/themes_1/building_square.jpg rename to templates/websites/themes_1/img/themes_1/building_square.jpg diff --git a/pages/static/files/templates/themes_1.zip/img/themes_1/cars.jpg b/templates/websites/themes_1/img/themes_1/cars.jpg similarity index 100% rename from pages/static/files/templates/themes_1.zip/img/themes_1/cars.jpg rename to templates/websites/themes_1/img/themes_1/cars.jpg diff --git a/pages/static/files/templates/themes_1.zip/img/themes_1/jump.jpg b/templates/websites/themes_1/img/themes_1/jump.jpg similarity index 100% rename from pages/static/files/templates/themes_1.zip/img/themes_1/jump.jpg rename to templates/websites/themes_1/img/themes_1/jump.jpg diff --git a/pages/static/files/templates/themes_1.zip/img/themes_1/night.jpg b/templates/websites/themes_1/img/themes_1/night.jpg similarity index 100% rename from pages/static/files/templates/themes_1.zip/img/themes_1/night.jpg rename to templates/websites/themes_1/img/themes_1/night.jpg diff --git a/pages/static/files/templates/themes_1.zip/img/themes_1/street.jpg b/templates/websites/themes_1/img/themes_1/street.jpg similarity index 100% rename from pages/static/files/templates/themes_1.zip/img/themes_1/street.jpg rename to templates/websites/themes_1/img/themes_1/street.jpg diff --git a/pages/static/files/templates/themes_1.zip/img/themes_1/tower.jpg b/templates/websites/themes_1/img/themes_1/tower.jpg similarity index 100% rename from pages/static/files/templates/themes_1.zip/img/themes_1/tower.jpg rename to templates/websites/themes_1/img/themes_1/tower.jpg diff --git a/pages/static/files/templates/themes_1.zip/templates/template_1_article.amp.html b/templates/websites/themes_1/templates/template_1_article.amp.html similarity index 100% rename from pages/static/files/templates/themes_1.zip/templates/template_1_article.amp.html rename to templates/websites/themes_1/templates/template_1_article.amp.html diff --git a/pages/static/files/templates/themes_2.zip/LICENSE b/templates/websites/themes_2/LICENSE similarity index 100% rename from pages/static/files/templates/themes_2.zip/LICENSE rename to templates/websites/themes_2/LICENSE diff --git a/pages/static/files/templates/themes_2.zip/css/page.css b/templates/websites/themes_2/css/page.css similarity index 100% rename from pages/static/files/templates/themes_2.zip/css/page.css rename to templates/websites/themes_2/css/page.css diff --git a/pages/static/files/templates/themes_2.zip/img/themes_2/bar.jpg b/templates/websites/themes_2/img/themes_2/bar.jpg similarity index 100% rename from pages/static/files/templates/themes_2.zip/img/themes_2/bar.jpg rename to templates/websites/themes_2/img/themes_2/bar.jpg diff --git a/pages/static/files/templates/themes_2.zip/img/themes_2/hero.jpg b/templates/websites/themes_2/img/themes_2/hero.jpg similarity index 100% rename from pages/static/files/templates/themes_2.zip/img/themes_2/hero.jpg rename to templates/websites/themes_2/img/themes_2/hero.jpg diff --git a/pages/static/files/templates/themes_2.zip/img/themes_2/pie.jpg b/templates/websites/themes_2/img/themes_2/pie.jpg similarity index 100% rename from pages/static/files/templates/themes_2.zip/img/themes_2/pie.jpg rename to templates/websites/themes_2/img/themes_2/pie.jpg diff --git a/pages/static/files/templates/themes_2.zip/img/themes_2/soup.jpg b/templates/websites/themes_2/img/themes_2/soup.jpg similarity index 100% rename from pages/static/files/templates/themes_2.zip/img/themes_2/soup.jpg rename to templates/websites/themes_2/img/themes_2/soup.jpg diff --git a/pages/static/files/templates/themes_2.zip/img/themes_2/steak.jpg b/templates/websites/themes_2/img/themes_2/steak.jpg similarity index 100% rename from pages/static/files/templates/themes_2.zip/img/themes_2/steak.jpg rename to templates/websites/themes_2/img/themes_2/steak.jpg diff --git a/pages/static/files/templates/themes_2.zip/img/themes_2/waffles.jpg b/templates/websites/themes_2/img/themes_2/waffles.jpg similarity index 100% rename from pages/static/files/templates/themes_2.zip/img/themes_2/waffles.jpg rename to templates/websites/themes_2/img/themes_2/waffles.jpg diff --git a/pages/static/files/templates/themes_2.zip/templates/home.amp.html b/templates/websites/themes_2/templates/home.amp.html similarity index 100% rename from pages/static/files/templates/themes_2.zip/templates/home.amp.html rename to templates/websites/themes_2/templates/home.amp.html diff --git a/pages/static/files/templates/themes_2.zip/templates/menu.amp.html b/templates/websites/themes_2/templates/menu.amp.html similarity index 100% rename from pages/static/files/templates/themes_2.zip/templates/menu.amp.html rename to templates/websites/themes_2/templates/menu.amp.html diff --git a/pages/static/files/templates/travel.zip/LICENSE b/templates/websites/travel/LICENSE similarity index 100% rename from pages/static/files/templates/travel.zip/LICENSE rename to templates/websites/travel/LICENSE diff --git a/pages/static/files/templates/travel.zip/css/page.css b/templates/websites/travel/css/page.css similarity index 100% rename from pages/static/files/templates/travel.zip/css/page.css rename to templates/websites/travel/css/page.css diff --git a/pages/static/files/templates/travel.zip/css/travel-results.css b/templates/websites/travel/css/travel-results.css similarity index 100% rename from pages/static/files/templates/travel.zip/css/travel-results.css rename to templates/websites/travel/css/travel-results.css diff --git a/pages/static/files/templates/travel.zip/css/travel.css b/templates/websites/travel/css/travel.css similarity index 100% rename from pages/static/files/templates/travel.zip/css/travel.css rename to templates/websites/travel/css/travel.css diff --git a/pages/static/files/templates/travel.zip/img/travel/activity/discover-electronic-scene.jpg b/templates/websites/travel/img/travel/activity/discover-electronic-scene.jpg similarity index 100% rename from pages/static/files/templates/travel.zip/img/travel/activity/discover-electronic-scene.jpg rename to templates/websites/travel/img/travel/activity/discover-electronic-scene.jpg diff --git a/pages/static/files/templates/travel.zip/img/travel/activity/discover-electronic-scene@2x.jpg b/templates/websites/travel/img/travel/activity/discover-electronic-scene@2x.jpg similarity index 100% rename from pages/static/files/templates/travel.zip/img/travel/activity/discover-electronic-scene@2x.jpg rename to templates/websites/travel/img/travel/activity/discover-electronic-scene@2x.jpg diff --git a/pages/static/files/templates/travel.zip/img/travel/activity/skateboard-around-city.jpg b/templates/websites/travel/img/travel/activity/skateboard-around-city.jpg similarity index 100% rename from pages/static/files/templates/travel.zip/img/travel/activity/skateboard-around-city.jpg rename to templates/websites/travel/img/travel/activity/skateboard-around-city.jpg diff --git a/pages/static/files/templates/travel.zip/img/travel/activity/skateboard-around-city@2x.jpg b/templates/websites/travel/img/travel/activity/skateboard-around-city@2x.jpg similarity index 100% rename from pages/static/files/templates/travel.zip/img/travel/activity/skateboard-around-city@2x.jpg rename to templates/websites/travel/img/travel/activity/skateboard-around-city@2x.jpg diff --git a/pages/static/files/templates/travel.zip/img/travel/activity/surf-day.jpg b/templates/websites/travel/img/travel/activity/surf-day.jpg similarity index 100% rename from pages/static/files/templates/travel.zip/img/travel/activity/surf-day.jpg rename to templates/websites/travel/img/travel/activity/surf-day.jpg diff --git a/pages/static/files/templates/travel.zip/img/travel/activity/surf-day@2x.jpg b/templates/websites/travel/img/travel/activity/surf-day@2x.jpg similarity index 100% rename from pages/static/files/templates/travel.zip/img/travel/activity/surf-day@2x.jpg rename to templates/websites/travel/img/travel/activity/surf-day@2x.jpg diff --git a/pages/static/files/templates/travel.zip/img/travel/blogpost-thumbnail.jpg b/templates/websites/travel/img/travel/blogpost-thumbnail.jpg similarity index 100% rename from pages/static/files/templates/travel.zip/img/travel/blogpost-thumbnail.jpg rename to templates/websites/travel/img/travel/blogpost-thumbnail.jpg diff --git a/pages/static/files/templates/travel.zip/img/travel/city/barcelona.jpg b/templates/websites/travel/img/travel/city/barcelona.jpg similarity index 100% rename from pages/static/files/templates/travel.zip/img/travel/city/barcelona.jpg rename to templates/websites/travel/img/travel/city/barcelona.jpg diff --git a/pages/static/files/templates/travel.zip/img/travel/city/chicago.jpg b/templates/websites/travel/img/travel/city/chicago.jpg similarity index 100% rename from pages/static/files/templates/travel.zip/img/travel/city/chicago.jpg rename to templates/websites/travel/img/travel/city/chicago.jpg diff --git a/pages/static/files/templates/travel.zip/img/travel/city/new-york.jpg b/templates/websites/travel/img/travel/city/new-york.jpg similarity index 100% rename from pages/static/files/templates/travel.zip/img/travel/city/new-york.jpg rename to templates/websites/travel/img/travel/city/new-york.jpg diff --git a/pages/static/files/templates/travel.zip/img/travel/city/paris.jpg b/templates/websites/travel/img/travel/city/paris.jpg similarity index 100% rename from pages/static/files/templates/travel.zip/img/travel/city/paris.jpg rename to templates/websites/travel/img/travel/city/paris.jpg diff --git a/pages/static/files/templates/travel.zip/img/travel/city/reykjavik.jpg b/templates/websites/travel/img/travel/city/reykjavik.jpg similarity index 100% rename from pages/static/files/templates/travel.zip/img/travel/city/reykjavik.jpg rename to templates/websites/travel/img/travel/city/reykjavik.jpg diff --git a/pages/static/files/templates/travel.zip/img/travel/city/tokyo.jpg b/templates/websites/travel/img/travel/city/tokyo.jpg similarity index 100% rename from pages/static/files/templates/travel.zip/img/travel/city/tokyo.jpg rename to templates/websites/travel/img/travel/city/tokyo.jpg diff --git a/pages/static/files/templates/travel.zip/img/travel/hero-1.jpg b/templates/websites/travel/img/travel/hero-1.jpg similarity index 100% rename from pages/static/files/templates/travel.zip/img/travel/hero-1.jpg rename to templates/websites/travel/img/travel/hero-1.jpg diff --git a/pages/static/files/templates/travel.zip/img/travel/hero-2.jpg b/templates/websites/travel/img/travel/hero-2.jpg similarity index 100% rename from pages/static/files/templates/travel.zip/img/travel/hero-2.jpg rename to templates/websites/travel/img/travel/hero-2.jpg diff --git a/pages/static/files/templates/travel.zip/img/travel/hero-3.jpg b/templates/websites/travel/img/travel/hero-3.jpg similarity index 100% rename from pages/static/files/templates/travel.zip/img/travel/hero-3.jpg rename to templates/websites/travel/img/travel/hero-3.jpg diff --git a/pages/static/files/templates/travel.zip/templates/travel-results.amp.html b/templates/websites/travel/templates/travel-results.amp.html similarity index 100% rename from pages/static/files/templates/travel.zip/templates/travel-results.amp.html rename to templates/websites/travel/templates/travel-results.amp.html diff --git a/pages/static/files/templates/travel.zip/templates/travel.amp.html b/templates/websites/travel/templates/travel.amp.html similarity index 100% rename from pages/static/files/templates/travel.zip/templates/travel.amp.html rename to templates/websites/travel/templates/travel.amp.html