billard/ ├── articles/ # Article JSON files (name_month-day.json) ├── templates/ # HTML templates │ ├── home.html # Homepage showing latest article │ ├── article.html # Article display with line ...