{% extends "email/base.html" %} {% load posthog_assets %} {% load posthog_filters %}{% block section %}

Welcome to PostHog! Your account was created{% if partner_name %} via {{ partner_name }}{% endif %}.

{% if repository %}

We're setting up PostHog in {{ repository }} in the background — a pull request will appear on the repository shortly.

{% endif %}

Set a password to log in to PostHog directly.

Set your password

If the button above doesn't work, paste this link into your browser:
{% absolute_uri link %}

{% endblock %} {% block preheader %}{{preheader}}{% endblock %}{% block heading %}Welcome to PostHog{% endblock %}