{% load relay_tags %} {% load socialaccount %} {% load static %} {% load ftl %} {% if request.user.is_authenticated %} {% get_social_accounts request.user as accounts %} {% endif %} {% ftlconf bundle='privaterelay.ftl_bundles.main' %} {% with request.user.profile_set.first as user_profile %} {% with user_profile.has_premium as user_has_premium %} {% block head_title %}{% ftlmsg 'meta-title' %}{% endblock %}
{% include "includes/modal-delete.html" %} {% include "includes/modal-domain-registration-confirmation.html" %} {% include "includes/modal-custom-alias-picker.html" %} {% include "includes/header.html" %} {% block content %} {% endblock %} {% include "includes/footer.html" %}
{% block javascript %} {% endblock %} {% endwith %} {% endwith %}