{% extends "base.html" %} {% block title %}Fan+ - Makenot.work{% 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

$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 %} {% endif %} {% endif %}
{% endblock %}