浏览代码

Move templates to jinja2 folder

Thibaud Colas 1 年之前
父节点
当前提交
fe949e3523
共有 43 个文件被更改,包括 0 次插入0 次删除
  1. 0 0
      bakerydemo/jinja2/404.html
  2. 0 0
      bakerydemo/jinja2/500.html
  3. 0 0
      bakerydemo/jinja2/base.html
  4. 0 0
      bakerydemo/jinja2/base/basic_auth.html
  5. 0 0
      bakerydemo/jinja2/base/form_page.html
  6. 0 0
      bakerydemo/jinja2/base/form_page_landing.html
  7. 0 0
      bakerydemo/jinja2/base/gallery_page.html
  8. 0 0
      bakerydemo/jinja2/base/home_page.html
  9. 0 0
      bakerydemo/jinja2/base/include/footer_text.html
  10. 0 0
      bakerydemo/jinja2/base/include/header-blog.html
  11. 0 0
      bakerydemo/jinja2/base/include/header-hero.html
  12. 0 0
      bakerydemo/jinja2/base/include/header-index.html
  13. 0 0
      bakerydemo/jinja2/base/include/header.html
  14. 0 0
      bakerydemo/jinja2/base/preview/person.html
  15. 0 0
      bakerydemo/jinja2/base/standard_page.html
  16. 0 0
      bakerydemo/jinja2/blocks/blockquote.html
  17. 0 0
      bakerydemo/jinja2/blocks/embed_block.html
  18. 0 0
      bakerydemo/jinja2/blocks/heading_block.html
  19. 0 0
      bakerydemo/jinja2/blocks/image_block.html
  20. 0 0
      bakerydemo/jinja2/blocks/paragraph_block.html
  21. 0 0
      bakerydemo/jinja2/blocks/recipe_step_block.html
  22. 0 0
      bakerydemo/jinja2/blog/blog_index_page.html
  23. 0 0
      bakerydemo/jinja2/blog/blog_page.html
  24. 0 0
      bakerydemo/jinja2/breads/bread_page.html
  25. 0 0
      bakerydemo/jinja2/breads/breads_index_page.html
  26. 0 0
      bakerydemo/jinja2/includes/card/blog-listing-card.html
  27. 0 0
      bakerydemo/jinja2/includes/card/listing-card.html
  28. 0 0
      bakerydemo/jinja2/includes/card/location-card.html
  29. 0 0
      bakerydemo/jinja2/includes/card/picture-card.html
  30. 0 0
      bakerydemo/jinja2/includes/chevron-icon.html
  31. 0 0
      bakerydemo/jinja2/includes/footer.html
  32. 0 0
      bakerydemo/jinja2/includes/header.html
  33. 0 0
      bakerydemo/jinja2/includes/messages.html
  34. 0 0
      bakerydemo/jinja2/includes/pagination.html
  35. 0 0
      bakerydemo/jinja2/locations/location_page.html
  36. 0 0
      bakerydemo/jinja2/locations/locations_index_page.html
  37. 0 0
      bakerydemo/jinja2/recipes/recipe_index_page.html
  38. 0 0
      bakerydemo/jinja2/recipes/recipe_page.html
  39. 0 0
      bakerydemo/jinja2/search/search_results.html
  40. 0 0
      bakerydemo/jinja2/tags/breadcrumbs.html
  41. 0 0
      bakerydemo/jinja2/tags/gallery.html
  42. 0 0
      bakerydemo/jinja2/tags/top_menu.html
  43. 0 0
      bakerydemo/jinja2/tags/top_menu_children.html

+ 0 - 0
bakerydemo/templates/404.html → bakerydemo/jinja2/404.html


+ 0 - 0
bakerydemo/templates/500.html → bakerydemo/jinja2/500.html


+ 0 - 0
bakerydemo/templates/base.html → bakerydemo/jinja2/base.html


+ 0 - 0
bakerydemo/templates/base/basic_auth.html → bakerydemo/jinja2/base/basic_auth.html


+ 0 - 0
bakerydemo/templates/base/form_page.html → bakerydemo/jinja2/base/form_page.html


+ 0 - 0
bakerydemo/templates/base/form_page_landing.html → bakerydemo/jinja2/base/form_page_landing.html


+ 0 - 0
bakerydemo/templates/base/gallery_page.html → bakerydemo/jinja2/base/gallery_page.html


+ 0 - 0
bakerydemo/templates/base/home_page.html → bakerydemo/jinja2/base/home_page.html


+ 0 - 0
bakerydemo/templates/base/include/footer_text.html → bakerydemo/jinja2/base/include/footer_text.html


+ 0 - 0
bakerydemo/templates/base/include/header-blog.html → bakerydemo/jinja2/base/include/header-blog.html


+ 0 - 0
bakerydemo/templates/base/include/header-hero.html → bakerydemo/jinja2/base/include/header-hero.html


+ 0 - 0
bakerydemo/templates/base/include/header-index.html → bakerydemo/jinja2/base/include/header-index.html


+ 0 - 0
bakerydemo/templates/base/include/header.html → bakerydemo/jinja2/base/include/header.html


+ 0 - 0
bakerydemo/templates/base/preview/person.html → bakerydemo/jinja2/base/preview/person.html


+ 0 - 0
bakerydemo/templates/base/standard_page.html → bakerydemo/jinja2/base/standard_page.html


+ 0 - 0
bakerydemo/templates/blocks/blockquote.html → bakerydemo/jinja2/blocks/blockquote.html


+ 0 - 0
bakerydemo/templates/blocks/embed_block.html → bakerydemo/jinja2/blocks/embed_block.html


+ 0 - 0
bakerydemo/templates/blocks/heading_block.html → bakerydemo/jinja2/blocks/heading_block.html


+ 0 - 0
bakerydemo/templates/blocks/image_block.html → bakerydemo/jinja2/blocks/image_block.html


+ 0 - 0
bakerydemo/templates/blocks/paragraph_block.html → bakerydemo/jinja2/blocks/paragraph_block.html


+ 0 - 0
bakerydemo/templates/blocks/recipe_step_block.html → bakerydemo/jinja2/blocks/recipe_step_block.html


+ 0 - 0
bakerydemo/templates/blog/blog_index_page.html → bakerydemo/jinja2/blog/blog_index_page.html


+ 0 - 0
bakerydemo/templates/blog/blog_page.html → bakerydemo/jinja2/blog/blog_page.html


+ 0 - 0
bakerydemo/templates/breads/bread_page.html → bakerydemo/jinja2/breads/bread_page.html


+ 0 - 0
bakerydemo/templates/breads/breads_index_page.html → bakerydemo/jinja2/breads/breads_index_page.html


+ 0 - 0
bakerydemo/templates/includes/card/blog-listing-card.html → bakerydemo/jinja2/includes/card/blog-listing-card.html


+ 0 - 0
bakerydemo/templates/includes/card/listing-card.html → bakerydemo/jinja2/includes/card/listing-card.html


+ 0 - 0
bakerydemo/templates/includes/card/location-card.html → bakerydemo/jinja2/includes/card/location-card.html


+ 0 - 0
bakerydemo/templates/includes/card/picture-card.html → bakerydemo/jinja2/includes/card/picture-card.html


+ 0 - 0
bakerydemo/templates/includes/chevron-icon.html → bakerydemo/jinja2/includes/chevron-icon.html


+ 0 - 0
bakerydemo/templates/includes/footer.html → bakerydemo/jinja2/includes/footer.html


+ 0 - 0
bakerydemo/templates/includes/header.html → bakerydemo/jinja2/includes/header.html


+ 0 - 0
bakerydemo/templates/includes/messages.html → bakerydemo/jinja2/includes/messages.html


+ 0 - 0
bakerydemo/templates/includes/pagination.html → bakerydemo/jinja2/includes/pagination.html


+ 0 - 0
bakerydemo/templates/locations/location_page.html → bakerydemo/jinja2/locations/location_page.html


+ 0 - 0
bakerydemo/templates/locations/locations_index_page.html → bakerydemo/jinja2/locations/locations_index_page.html


+ 0 - 0
bakerydemo/templates/recipes/recipe_index_page.html → bakerydemo/jinja2/recipes/recipe_index_page.html


+ 0 - 0
bakerydemo/templates/recipes/recipe_page.html → bakerydemo/jinja2/recipes/recipe_page.html


+ 0 - 0
bakerydemo/templates/search/search_results.html → bakerydemo/jinja2/search/search_results.html


+ 0 - 0
bakerydemo/templates/tags/breadcrumbs.html → bakerydemo/jinja2/tags/breadcrumbs.html


+ 0 - 0
bakerydemo/templates/tags/gallery.html → bakerydemo/jinja2/tags/gallery.html


+ 0 - 0
bakerydemo/templates/tags/top_menu.html → bakerydemo/jinja2/tags/top_menu.html


+ 0 - 0
bakerydemo/templates/tags/top_menu_children.html → bakerydemo/jinja2/tags/top_menu_children.html