diff --git a/bakerydemo/templates/404.html b/bakerydemo/jinja2/404.html
similarity index 100%
rename from bakerydemo/templates/404.html
rename to bakerydemo/jinja2/404.html
diff --git a/bakerydemo/templates/500.html b/bakerydemo/jinja2/500.html
similarity index 100%
rename from bakerydemo/templates/500.html
rename to bakerydemo/jinja2/500.html
diff --git a/bakerydemo/templates/base.html b/bakerydemo/jinja2/base.html
similarity index 100%
rename from bakerydemo/templates/base.html
rename to bakerydemo/jinja2/base.html
diff --git a/bakerydemo/templates/base/basic_auth.html b/bakerydemo/jinja2/base/basic_auth.html
similarity index 100%
rename from bakerydemo/templates/base/basic_auth.html
rename to bakerydemo/jinja2/base/basic_auth.html
diff --git a/bakerydemo/templates/base/form_page.html b/bakerydemo/jinja2/base/form_page.html
similarity index 100%
rename from bakerydemo/templates/base/form_page.html
rename to bakerydemo/jinja2/base/form_page.html
diff --git a/bakerydemo/templates/base/form_page_landing.html b/bakerydemo/jinja2/base/form_page_landing.html
similarity index 100%
rename from bakerydemo/templates/base/form_page_landing.html
rename to bakerydemo/jinja2/base/form_page_landing.html
diff --git a/bakerydemo/templates/base/gallery_page.html b/bakerydemo/jinja2/base/gallery_page.html
similarity index 100%
rename from bakerydemo/templates/base/gallery_page.html
rename to bakerydemo/jinja2/base/gallery_page.html
diff --git a/bakerydemo/templates/base/home_page.html b/bakerydemo/jinja2/base/home_page.html
similarity index 100%
rename from bakerydemo/templates/base/home_page.html
rename to bakerydemo/jinja2/base/home_page.html
diff --git a/bakerydemo/templates/base/include/footer_text.html b/bakerydemo/jinja2/base/include/footer_text.html
similarity index 100%
rename from bakerydemo/templates/base/include/footer_text.html
rename to bakerydemo/jinja2/base/include/footer_text.html
diff --git a/bakerydemo/templates/base/include/header-blog.html b/bakerydemo/jinja2/base/include/header-blog.html
similarity index 100%
rename from bakerydemo/templates/base/include/header-blog.html
rename to bakerydemo/jinja2/base/include/header-blog.html
diff --git a/bakerydemo/templates/base/include/header-hero.html b/bakerydemo/jinja2/base/include/header-hero.html
similarity index 100%
rename from bakerydemo/templates/base/include/header-hero.html
rename to bakerydemo/jinja2/base/include/header-hero.html
diff --git a/bakerydemo/templates/base/include/header-index.html b/bakerydemo/jinja2/base/include/header-index.html
similarity index 100%
rename from bakerydemo/templates/base/include/header-index.html
rename to bakerydemo/jinja2/base/include/header-index.html
diff --git a/bakerydemo/templates/base/include/header.html b/bakerydemo/jinja2/base/include/header.html
similarity index 100%
rename from bakerydemo/templates/base/include/header.html
rename to bakerydemo/jinja2/base/include/header.html
diff --git a/bakerydemo/templates/base/preview/person.html b/bakerydemo/jinja2/base/preview/person.html
similarity index 100%
rename from bakerydemo/templates/base/preview/person.html
rename to bakerydemo/jinja2/base/preview/person.html
diff --git a/bakerydemo/templates/base/standard_page.html b/bakerydemo/jinja2/base/standard_page.html
similarity index 100%
rename from bakerydemo/templates/base/standard_page.html
rename to bakerydemo/jinja2/base/standard_page.html
diff --git a/bakerydemo/templates/blocks/blockquote.html b/bakerydemo/jinja2/blocks/blockquote.html
similarity index 100%
rename from bakerydemo/templates/blocks/blockquote.html
rename to bakerydemo/jinja2/blocks/blockquote.html
diff --git a/bakerydemo/templates/blocks/embed_block.html b/bakerydemo/jinja2/blocks/embed_block.html
similarity index 100%
rename from bakerydemo/templates/blocks/embed_block.html
rename to bakerydemo/jinja2/blocks/embed_block.html
diff --git a/bakerydemo/templates/blocks/heading_block.html b/bakerydemo/jinja2/blocks/heading_block.html
similarity index 100%
rename from bakerydemo/templates/blocks/heading_block.html
rename to bakerydemo/jinja2/blocks/heading_block.html
diff --git a/bakerydemo/templates/blocks/image_block.html b/bakerydemo/jinja2/blocks/image_block.html
similarity index 100%
rename from bakerydemo/templates/blocks/image_block.html
rename to bakerydemo/jinja2/blocks/image_block.html
diff --git a/bakerydemo/templates/blocks/paragraph_block.html b/bakerydemo/jinja2/blocks/paragraph_block.html
similarity index 100%
rename from bakerydemo/templates/blocks/paragraph_block.html
rename to bakerydemo/jinja2/blocks/paragraph_block.html
diff --git a/bakerydemo/templates/blocks/recipe_step_block.html b/bakerydemo/jinja2/blocks/recipe_step_block.html
similarity index 100%
rename from bakerydemo/templates/blocks/recipe_step_block.html
rename to bakerydemo/jinja2/blocks/recipe_step_block.html
diff --git a/bakerydemo/templates/blog/blog_index_page.html b/bakerydemo/jinja2/blog/blog_index_page.html
similarity index 100%
rename from bakerydemo/templates/blog/blog_index_page.html
rename to bakerydemo/jinja2/blog/blog_index_page.html
diff --git a/bakerydemo/templates/blog/blog_page.html b/bakerydemo/jinja2/blog/blog_page.html
similarity index 100%
rename from bakerydemo/templates/blog/blog_page.html
rename to bakerydemo/jinja2/blog/blog_page.html
diff --git a/bakerydemo/templates/breads/bread_page.html b/bakerydemo/jinja2/breads/bread_page.html
similarity index 100%
rename from bakerydemo/templates/breads/bread_page.html
rename to bakerydemo/jinja2/breads/bread_page.html
diff --git a/bakerydemo/templates/breads/breads_index_page.html b/bakerydemo/jinja2/breads/breads_index_page.html
similarity index 100%
rename from bakerydemo/templates/breads/breads_index_page.html
rename to bakerydemo/jinja2/breads/breads_index_page.html
diff --git a/bakerydemo/templates/includes/card/blog-listing-card.html b/bakerydemo/jinja2/includes/card/blog-listing-card.html
similarity index 100%
rename from bakerydemo/templates/includes/card/blog-listing-card.html
rename to bakerydemo/jinja2/includes/card/blog-listing-card.html
diff --git a/bakerydemo/templates/includes/card/listing-card.html b/bakerydemo/jinja2/includes/card/listing-card.html
similarity index 100%
rename from bakerydemo/templates/includes/card/listing-card.html
rename to bakerydemo/jinja2/includes/card/listing-card.html
diff --git a/bakerydemo/templates/includes/card/location-card.html b/bakerydemo/jinja2/includes/card/location-card.html
similarity index 100%
rename from bakerydemo/templates/includes/card/location-card.html
rename to bakerydemo/jinja2/includes/card/location-card.html
diff --git a/bakerydemo/templates/includes/card/picture-card.html b/bakerydemo/jinja2/includes/card/picture-card.html
similarity index 100%
rename from bakerydemo/templates/includes/card/picture-card.html
rename to bakerydemo/jinja2/includes/card/picture-card.html
diff --git a/bakerydemo/templates/includes/chevron-icon.html b/bakerydemo/jinja2/includes/chevron-icon.html
similarity index 100%
rename from bakerydemo/templates/includes/chevron-icon.html
rename to bakerydemo/jinja2/includes/chevron-icon.html
diff --git a/bakerydemo/templates/includes/footer.html b/bakerydemo/jinja2/includes/footer.html
similarity index 100%
rename from bakerydemo/templates/includes/footer.html
rename to bakerydemo/jinja2/includes/footer.html
diff --git a/bakerydemo/templates/includes/header.html b/bakerydemo/jinja2/includes/header.html
similarity index 100%
rename from bakerydemo/templates/includes/header.html
rename to bakerydemo/jinja2/includes/header.html
diff --git a/bakerydemo/templates/includes/messages.html b/bakerydemo/jinja2/includes/messages.html
similarity index 100%
rename from bakerydemo/templates/includes/messages.html
rename to bakerydemo/jinja2/includes/messages.html
diff --git a/bakerydemo/templates/includes/pagination.html b/bakerydemo/jinja2/includes/pagination.html
similarity index 100%
rename from bakerydemo/templates/includes/pagination.html
rename to bakerydemo/jinja2/includes/pagination.html
diff --git a/bakerydemo/templates/locations/location_page.html b/bakerydemo/jinja2/locations/location_page.html
similarity index 100%
rename from bakerydemo/templates/locations/location_page.html
rename to bakerydemo/jinja2/locations/location_page.html
diff --git a/bakerydemo/templates/locations/locations_index_page.html b/bakerydemo/jinja2/locations/locations_index_page.html
similarity index 100%
rename from bakerydemo/templates/locations/locations_index_page.html
rename to bakerydemo/jinja2/locations/locations_index_page.html
diff --git a/bakerydemo/templates/recipes/recipe_index_page.html b/bakerydemo/jinja2/recipes/recipe_index_page.html
similarity index 100%
rename from bakerydemo/templates/recipes/recipe_index_page.html
rename to bakerydemo/jinja2/recipes/recipe_index_page.html
diff --git a/bakerydemo/templates/recipes/recipe_page.html b/bakerydemo/jinja2/recipes/recipe_page.html
similarity index 100%
rename from bakerydemo/templates/recipes/recipe_page.html
rename to bakerydemo/jinja2/recipes/recipe_page.html
diff --git a/bakerydemo/templates/search/search_results.html b/bakerydemo/jinja2/search/search_results.html
similarity index 100%
rename from bakerydemo/templates/search/search_results.html
rename to bakerydemo/jinja2/search/search_results.html
diff --git a/bakerydemo/templates/tags/breadcrumbs.html b/bakerydemo/jinja2/tags/breadcrumbs.html
similarity index 100%
rename from bakerydemo/templates/tags/breadcrumbs.html
rename to bakerydemo/jinja2/tags/breadcrumbs.html
diff --git a/bakerydemo/templates/tags/gallery.html b/bakerydemo/jinja2/tags/gallery.html
similarity index 100%
rename from bakerydemo/templates/tags/gallery.html
rename to bakerydemo/jinja2/tags/gallery.html
diff --git a/bakerydemo/templates/tags/top_menu.html b/bakerydemo/jinja2/tags/top_menu.html
similarity index 100%
rename from bakerydemo/templates/tags/top_menu.html
rename to bakerydemo/jinja2/tags/top_menu.html
diff --git a/bakerydemo/templates/tags/top_menu_children.html b/bakerydemo/jinja2/tags/top_menu_children.html
similarity index 100%
rename from bakerydemo/templates/tags/top_menu_children.html
rename to bakerydemo/jinja2/tags/top_menu_children.html