{{ project.title }}
{{ project.detailed_description|linebreaks }}
{% for tech in project.technology.split %}
{{ tech }}
{% endfor %}
{% if project.gallery_images.exists %}
Project Gallery
{% for img in project.gallery_images.all %}
{% if img.caption %}
{% endfor %}
{{ img.caption }}
{% endif %}
{% if project.url %}
View Live Project
{% endif %}
{% if project.github_url %}
View on GitHub
{% endif %}