Django Template
The Django template offers a classic, professional documentation design modelled after Django’s official documentation. It features a two-column layout with prominent table of contents navigation, making it ideal for comprehensive guides and extensive documentation sets.Design Overview
This template uses a light color scheme with forest green accents (#0c4b33), providing excellent readability and a traditional documentation feel. The design prioritizes content hierarchy and easy navigation through long-form documentation.
Key Visual Elements
- Color Palette: Paper white (
#f8f8f8) background with forest green (#0c4b33) header and emerald accents (#44b78b) - Layout: Fixed sidebar (260px) with centered content area (max-width: 48rem)
- Typography: Serif headings with sans-serif body text
- Code Highlighting: OneLight theme for clean, readable code blocks
Features
Header Design
The template features a two-tier header system:Primary Header
- Deep green background (
#0c4b33) - Project name and repository link
- Mobile-responsive hamburger menu
- WhatDoc branding
Breadcrumb Bar
- Subtle darker green (
#0a3f2b) background - Contextual navigation path
- Tech stack badge display
- Glass-morphic styling
Sidebar Navigation
The left sidebar provides:- Search Input: Real-time section filtering with focus effects
- Table of Contents: All sections with file icons
- Active Highlighting: Green background with left border accent
- Smooth Transitions: 200ms duration for hover states
Content Area
The main reading area features:- Academic Title Block: Serif heading with decorative gradient rule
- Generous Spacing: 14-unit bottom margin between sections
- Border Separators: Emerald-tinted horizontal rules under headings
- Prose Optimization: Stone color palette for optimal reading
Code Blocks
Code blocks include:- Language Header: Gray header bar with language label
- Light Theme: OneLight syntax highlighting
- Bordered Container: Subtle gray border with rounded corners
- Near-white Background:
#fdfdfdfor minimal eye strain
Inline Code
Inline code stands out with:- Emerald background (
emerald-50) - Deep green text (
#0c4b33) - Semi-bold font weight
- Subtle padding and rounding
Use Cases
Perfect For
Framework Documentation
Comprehensive guides for web frameworks and libraries
Tutorial Series
Step-by-step learning materials with multiple sections
User Manuals
Product documentation for end-users and administrators
Knowledge Bases
Internal wikis and reference materials
Not Ideal For
- Dark theme projects (use Twilio or DevTools instead)
- Minimalist designs (use Minimalist template instead)
- Code-heavy API docs (use Fintech or Twilio instead)
Technical Implementation
Section Parsing
Identical to other templates, sections are parsed from## headings:
Scroll Features
Scroll Spy
Tracks active section using Intersection Observer:Back-to-Top Button
Floating button appears after scrolling 500px:Markdown Components
Blockquotes
Styled with emerald left border:Tables
Not explicitly styled in this template (inherits from prose).Animations
Fade-down entrance animation:Customization Options
Color Scheme
Update the green accent colors:Typography
The template uses a serif/sans-serif combination:Layout Width
Adjust content constraints:Browser Support
- Modern browsers (Chrome, Firefox, Safari, Edge)
- Mobile responsive (320px and up)
- CSS Grid and Flexbox required
- JavaScript for scroll spy and animations
