{% extends "base.html" %} {% block page-title %}Snipt Pro{% endblock %} {% block body-class %}{{ block.super }} static pro signup{% endblock %} {% block breadcrumb %}
  • Snipt Pro
  • {% endblock %} {% block content %}
    Subscribe for only $5/month.

    We believe the best way to build a superior product is to charge for it. As a paid Snipt member, you'll have unrestricted access to the app, API, instant chat support, and more.

    {% if request.user.profile.is_pro %}

    You're already a Pro.

    {% else %}

    Subscribe

    {% endif %}
    {% endblock %}