{% extends "base.html" %} {% block content %}

Key Ajansı

an unofficial agency

Projelerimiz:

{% if projects %}
{% for p in projects %}

{{ p.title }}

{% if p.tags %}

{% for t in p.tags.split(',') if t.strip() %}{{ t.strip() }}{% endfor %}

{% endif %}

{{ p.description }}

{{ p.created_at }}

{% if p.link %}Bağlantı ↗{% endif %} {% if p.stored_name %} Dosyayı İndir {% endif %}
{% endfor %}
{% else %}

Henüz proje yüklenmedi.

{% endif %}

Örnek İşlerimizin Birkaçı:

Eymen Mert YİĞİT

Mehmed Kudret ERDOĞMUŞ

{% endblock %}