{% extends "base.html" %} {% block title %}{{ project.title }} — EVOLUM{% endblock %} {% block extra_head %} {% if project.poster_url %}{% endif %} {% endblock %} {% block content %}
{% if project.poster_url %} {{ project.title }} poster {% elif project.cover_image_url %} {{ project.title }} {% endif %}
{{ project.project_type|capitalize }} · EVOLUM

{{ project.title }}

{% if filmmaker_name %}
By {{ filmmaker_name }}
{% endif %} {% if project.logline %}

{{ project.logline }}

{% endif %} {% if project.public_blurb and project.public_blurb != project.logline %}

{{ project.public_blurb }}

{% endif %}
{% if project.project_type %}{{ project.project_type }}{% endif %} {% set ad = project.analysis_data or {} %} {% if ad.world %}{{ ad.world|replace('feature / ', '') }}{% endif %}
{# Sizzle reel — autoplay muted if available #} {% if project.sizzle_path or project.get('_docs', {}).get('sizzle_local_path') %}
Sizzle Reel
{% endif %} {# Pitch deck — public download (no NDA) per PI's voice-to-text #} {% if project.deck_url %}
Pitch Deck
The full pitch — nothing held back
The same deck the filmmaker walks into rooms with. Producers, streamers, financiers — this is what they see.
Open Deck →
{% endif %} {# Support / pledge — filmmaker's own Stripe link, we don't touch the money #}
Put Some Skin in the Game
Straight to the Filmmaker
Back {{ project.title }} — your pledge lands in the filmmaker's pocket, not ours.

EVOLUM is the workshop, not the middleman. Stripe carries the payment straight to the filmmaker's account — no cut, no clip, no handling fee taken by us.

Pledges over $4,999 confirm through Plaid before they clear — keeps everyone honest.
{% if project.supporter_stripe_link %} Pledge Now → {% else %} Pledge link not set {% endif %}
{# ── "You could have this too" — quiet conversion nudge for non-users ── #} {% if not current_user.is_authenticated %}
Building your own project?
Your project could have a page like this — tomorrow.
Idea to pitch deck to sizzle reel to public page to pledge button. All in one house. Three days free — cancel anytime, keep your work.
Open your door →
{% endif %}
{% endblock %}