{% extends "base.html" %} {% block title %}Fan+ - Makenotwork{% endblock %} {% block body_attrs %} class="padded-page fan-plus-page"{% endblock %} {% block content %} {% include "partials/site_header.html" %}

Fan+

{% if just_subscribed %}
You're now a Fan+ member. Welcome.
{% endif %} {% if is_subscribed %}

Your Fan+ membership is active.

{% if let Some(end) = period_end %}

Current period ends: {{ end }}

{% endif %}

You'll receive a $5 credit code each billing cycle via email.

{% else %}
Support the platform and get something back every month.

What you get

{# Keep this list and the Fan+ card on the landing page identical, and keep both to what the code grants. Audited 2026-08-05. #}
$8/month

Makenotwork is built on 0% platform fees. Fan+ is how you directly support the platform's development and operations, while getting real value back each month.

{% if session_user.is_some() %}
{% if let Some(token) = csrf_token %} {% endif %}
{% else %} {# Fan+ needs an account, so an anonymous visitor gets both paths: the one for people who already have one and the one for people who do not. Without the second this page is a dead end for exactly the visitor it is written for. #} {% endif %} {% endif %}
{% endblock %}