{% extends "zerver/base.html" %} {# A base template for stuff like login, register, etc. Not inside the app itself, but covered by the same structure, hence the name. #} {% block porticocustomhead %} {{ render_bundle('translations') }} {{ render_bundle('portico') }} {% endblock %} {% block content %}
{% include 'zerver/portico-header.html' %}
{% block portico_content %} {% endblock %}
{% include 'zerver/footer.html' %}
{% endblock %}