{% extends "public/base.html" %} {% block title %}{{ project.name }} — {{ site.name }}{% endblock %} {% block description %}{{ project.summary }}{% endblock %} {% block content %}
← All work
{{ project.category.name }}{% if project.completed_on %} · {{ project.completed_on|date:"Y" }}{% endif %}

{{ project.name }}

{{ project.description|default:project.summary }}

{% if project.project_url %}Visit the site{% endif %} Build something like this
project details
Client
{{ project.client_name }}
Year
{{ project.completed_on|date:"Y" }}
Services
{{ project.services }}
Stack
{{ project.technologies }}
{% for img in project.images.all %}
{{ img.caption|default:project.name }}
{% empty %}
{{ project.name }}
{% endfor %}

The problem

{{ project.problem }}

What it does

{% for f in project.feature_list %}
{{ f }}
{% endfor %}

Need something similar?

Tell me what you're trying to build and I'll scope it properly.

Start a project
{% endblock %}