{% extends "zerver/portico.html" %}
{# Portico page with signup code #}
{% block customhead %}
{{ super() }}
{{ minified_js('signup')|safe }}
{% endblock %}