{% if 'logo_href' in brand %}
{% endif %}

{{ brand.display_name }}

{% if brand.description %} {% for para in brand.description.split('\n') %}

{{ para }}

{% endfor %} {% endif %}
{% if gumroad and gumroad.products %}

Products

{% for product in gumroad.products %}
{{ product.name }}

({{ product.price }})

On Gumroad
{% endfor %}
{% endif %} {% if patreon or (gumroad and gumroad.subscriptions and len(gumroad.subscriptions)) %}

Subscriptions

    {% if patreon %}
  • Patreon @{{ patreon.id }}
  • {% endif %} {% for sub in gumroad.subscriptions %} {% if sub.tiers %}
  • {{ sub.name }} on Gumroad

      {% for tier in sub.tiers %}
    • {{ tier.name }} {{ tier.yearly }}/yr or {{ tier.monthly }}/mo
    • {% endfor %}
  • {% else %}
  • {{ sub.name }} {{ sub.yearly }}/yr or {{ sub.monthly }}/mo
  • {% endif %} {% endfor %}
{% endif %} {% if venmo %}

Tips

    {% if venmo %}
  • Venmo @{{ venmo.id }}
  • {% endif %}
{% endif %} {% if twitter or youtube or mastodon or receipt_tracker %}

On Hogumathi

    {% if twitter %}
  • Twitter @{{ twitter.username }}
  • {% endif %} {% if youtube %}
  • YouTube @{{ youtube.username }}
  • {% endif %} {% if mastodon %}
  • Mastodon @{{ mastodon.username }}@{{ mastodon.instance }}
  • {% endif %} {% if receipt_tracker %}
  • RSS {{ receipt_tracker.href }}
  • {% endif %}
{% endif %} {% if mailchimp or discord %}

Community

{% endif %} {% if twitch or instagram %}

Other Socials

    {% if twitch %}
  • Twitch @{{ twitch.id }}
  • {% endif %} {% if instagram %}
  • Instagram @{{ instagram.id }}
  • {% endif %}
{% endif %} {% if contributors %}

Contributors

Thanks to our kind contributors for helping support development:

{% for contributor in contributors %} {% endfor %}
Name Amount (Est)
{{ contributor.name }} {{ contributor.amount }}
{% endif %}