{% extends "base.html" %} {% block title %}Welcome to ${project_name}{% endblock %} {% block content %}

Welcome to ${project_name}

Your modern Django application with HTMX and Alpine.js

Django

High-level Python Web framework

Built with Django's powerful features including:
  • Authentication
  • Admin interface
  • Database ORM

HTMX

Modern Browser Features, Directly in HTML

Enhanced with HTMX for:
  • AJAX requests
  • WebSockets
  • Server-Sent Events

Alpine.js

Lightweight JavaScript Framework

Powered by Alpine.js for:
  • Reactive data binding
  • Component behavior
  • DOM manipulation

Bulma CSS

Modern CSS Framework

Styled with Bulma for:
  • Responsive design
  • Modern components
  • Flexbox-based grid

Docker

Container Platform

Containerized with Docker for:
  • Consistent environments
  • Easy deployment
  • Scalable infrastructure

PostgreSQL

Advanced Open Source Database

Powered by PostgreSQL for:
  • Robust data storage
  • ACID compliance
  • Advanced queries
{% endblock %}