{% extends "zerver/base.html" %} {% load compressed %} {% comment %} A base template for stuff like login, register, etc. Not inside the app itself, but covered by the same structure, hence the name. {% endcomment %} {% block customhead %} {% compressed_css 'portico' %} {% endblock %} {% block content %}
{# This lets people override things if they don't want a giant "Zulip" #} {% block inner_content %}
Zulip {% block for_you %}{% endblock %}
{% block portico_content %} {% endblock %}
{% endblock %}
{% endblock %}