Django MMAMC-2
๐ 14. Template Inheritance with Tailwind
Weโll now create a base layout and then reuse it on different pages.
๐ Folder Structure:
config/
โโโ templates/
โ โโโ base.html
โ โโโ home.html
๐ base.html (Shared layout)
<!DOCTYPE html>
<html lang="...
bisesh-blog.hashnode.dev5 min read