Description:
Create a folder python-static-site with a Python script that:
Reads markdown files from /content
Converts them to HTML using a template
Outputs to /dist folder
📁 Folder: /python-static-site
📌 Stack: Automation/Static Web
🛠 Tools: Python, Markdown, Jinja2 (optional)